Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
---|---|
GroupId | GroupIdorg.jvnet.hudson.pxeboot |
ArtifactId | ArtifactIdtftpd |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTFTP daemon
|
Filename | Size |
---|---|
tftpd-1.3.pom | |
tftpd-1.3.jar | 23 KB |
tftpd-1.3-sources.jar | 23 KB |
tftpd-1.3-javadoc.jar | 90 KB |
tftpd-1.3-jar-with-dependencies.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.pxeboot/tftpd/ -->
<dependency>
<groupId>org.jvnet.hudson.pxeboot</groupId>
<artifactId>tftpd</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.pxeboot/tftpd/
implementation 'org.jvnet.hudson.pxeboot:tftpd:1.3'
// https://jarcasting.com/artifacts/org.jvnet.hudson.pxeboot/tftpd/
implementation ("org.jvnet.hudson.pxeboot:tftpd:1.3")
'org.jvnet.hudson.pxeboot:tftpd:jar:1.3'
<dependency org="org.jvnet.hudson.pxeboot" name="tftpd" rev="1.3">
<artifact name="tftpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.pxeboot', module='tftpd', version='1.3')
)
libraryDependencies += "org.jvnet.hudson.pxeboot" % "tftpd" % "1.3"
[org.jvnet.hudson.pxeboot/tftpd "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jvnet.hudson.pxeboot : io-utils | jar | 1.3 |
commons-net : commons-net | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8 |