t

tftpd

Files download
File Operation
tftpd-1.0.jar download
tftpd-1.0.pom download
tftpd-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.pxeboot</groupId>
  <artifactId>tftpd</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.pxeboot:tftpd:1.0'
Gradle Kotlin
implementation("org.jvnet.hudson.pxeboot:tftpd:1.0")
Scala SBT
libraryDependencies += "org.jvnet.hudson.pxeboot" % "tftpd" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.pxeboot', module='tftpd', version='1.0')
)
Apache Ivy
<dependency org="org.jvnet.hudson.pxeboot" name="tftpd" rev="1.0" />
Leiningen
[org.jvnet.hudson.pxeboot/tftpd "1.0"]
Apache Buildr
'org.jvnet.hudson.pxeboot:tftpd:jar:1.0'