Download tftp-protocol-1.0.3.jar file - Jar t

Jar examples for t:tftp-protocol

Description

A high-performance pure Java TFTP server.

You can download jar file tftp-protocol 1.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tftp-protocol-1.0.3.jar to your project.

<dependency>
   <groupId>org.anarres.tftp</groupId>
   <artifactId>tftp-protocol</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'org.anarres.tftp', name: 'tftp-protocol', version: '1.0.3'
libraryDependencies += "org.anarres.tftp" % "tftp-protocol" % "1.0.3"
<dependency org="org.anarres.tftp" name="tftp-protocol" rev="1.0.3"/>
@Grapes(@Grab(group='org.anarres.tftp', module='tftp-protocol', version='1.0.3'))
'org.anarres.tftp:tftp-protocol:jar:1.0.3'

Download

Click the following link to download the jar file.

tftp-protocol-1.0.3-javadoc.jar
tftp-protocol-1.0.3-sources.jar
tftp-protocol-1.0.3.jar
tftp-protocol-1.0.3.pom



Related Tutorials