License |
License |
---|---|
GroupId | GroupIdorg.anarres.tftp |
ArtifactId | ArtifactIdtftp-protocol |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontftp-protocol
A high-performance pure Java TFTP server.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tftp-protocol-1.0.3.pom | |
tftp-protocol-1.0.3.jar | 27 KB |
tftp-protocol-1.0.3-sources.jar | 16 KB |
tftp-protocol-1.0.3-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/ -->
<dependency>
<groupId>org.anarres.tftp</groupId>
<artifactId>tftp-protocol</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation 'org.anarres.tftp:tftp-protocol:1.0.3'
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation ("org.anarres.tftp:tftp-protocol:1.0.3")
'org.anarres.tftp:tftp-protocol:jar:1.0.3'
<dependency org="org.anarres.tftp" name="tftp-protocol" rev="1.0.3">
<artifact name="tftp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.tftp', module='tftp-protocol', version='1.0.3')
)
libraryDependencies += "org.anarres.tftp" % "tftp-protocol" % "1.0.3"
[org.anarres.tftp/tftp-protocol "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 18.0 |
org.codehaus.mojo : animal-sniffer-annotations | jar | 1.14 |
com.google.code.findbugs : annotations | jar | 2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
commons-net : commons-net | jar | 3.3 |
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |