GroupId | GroupIdorg.anarres.tftp |
---|---|
ArtifactId | ArtifactIdtftp-protocol |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tftp-protocol-1.0.0.pom | |
tftp-protocol-1.0.0.jar | 26 KB |
tftp-protocol-1.0.0-sources.jar | 15 KB |
tftp-protocol-1.0.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/ -->
<dependency>
<groupId>org.anarres.tftp</groupId>
<artifactId>tftp-protocol</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation 'org.anarres.tftp:tftp-protocol:1.0.0'
// https://jarcasting.com/artifacts/org.anarres.tftp/tftp-protocol/
implementation ("org.anarres.tftp:tftp-protocol:1.0.0")
'org.anarres.tftp:tftp-protocol:jar:1.0.0'
<dependency org="org.anarres.tftp" name="tftp-protocol" rev="1.0.0">
<artifact name="tftp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.tftp', module='tftp-protocol', version='1.0.0')
)
libraryDependencies += "org.anarres.tftp" % "tftp-protocol" % "1.0.0"
[org.anarres.tftp/tftp-protocol "1.0.0"]