Download tftp-protocol-1.0.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials