MVN

org.jvnet.hudson.pxeboot : tftpd

Maven & Gradle

Sep 03, 2009

TFTP daemon

<dependency>
    <groupId>org.jvnet.hudson.pxeboot</groupId>
    <artifactId>tftpd</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.pxeboot : tftpd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.jvnet.hudson.pxeboot : tftpd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
tftpd-1.3
1.2
tftpd-1.2
1.1
tftpd-1.1
1.0
tftpd-1.0

How to add a dependency to Maven

Add the following org.jvnet.hudson.pxeboot : tftpd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.pxeboot</groupId>
    <artifactId>tftpd</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.pxeboot : tftpd gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.pxeboot:tftpd:1.3'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.pxeboot : tftpd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.pxeboot:tftpd:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.pxeboot : tftpd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.pxeboot" % "tftpd" % "1.3"