License |
License |
---|---|
Categories |
CategoriesMINA Net Networking |
GroupId | GroupIdorg.anarres.tftp |
ArtifactId | ArtifactIdtftp-server-mina |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontftp-server-mina
A high-performance pure Java TFTP server.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tftp-server-mina-1.0.3.pom | |
tftp-server-mina-1.0.3.jar | 11 KB |
tftp-server-mina-1.0.3-sources.jar | 5 KB |
tftp-server-mina-1.0.3-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.tftp/tftp-server-mina/ -->
<dependency>
<groupId>org.anarres.tftp</groupId>
<artifactId>tftp-server-mina</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-server-mina/
implementation 'org.anarres.tftp:tftp-server-mina:1.0.3'
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-server-mina/
implementation ("org.anarres.tftp:tftp-server-mina:1.0.3")
'org.anarres.tftp:tftp-server-mina:jar:1.0.3'
<dependency org="org.anarres.tftp" name="tftp-server-mina" rev="1.0.3">
<artifact name="tftp-server-mina" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.tftp', module='tftp-server-mina', version='1.0.3')
)
libraryDependencies += "org.anarres.tftp" % "tftp-server-mina" % "1.0.3"
[org.anarres.tftp/tftp-server-mina "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.mina : mina-core | jar | 2.0.8 |
org.anarres.tftp : tftp-protocol | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
commons-net : commons-net | jar | 3.3 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |