| GroupId | GroupIdorg.anarres.tftp |
|---|---|
| ArtifactId | ArtifactIdtftp-protocol |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tftp-protocol-1.0.1.pom | |
| tftp-protocol-1.0.1.jar | 27 KB |
| tftp-protocol-1.0.1-sources.jar | 16 KB |
| tftp-protocol-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation 'org.anarres.tftp:tftp-protocol:1.0.1'
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation ("org.anarres.tftp:tftp-protocol:1.0.1")
'org.anarres.tftp:tftp-protocol:jar:1.0.1'
<dependency org="org.anarres.tftp" name="tftp-protocol" rev="1.0.1">
<artifact name="tftp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.tftp', module='tftp-protocol', version='1.0.1')
)
libraryDependencies += "org.anarres.tftp" % "tftp-protocol" % "1.0.1"
[org.anarres.tftp/tftp-protocol "1.0.1"]