<dependency> <groupId>org.jvnet.hudson.pxeboot</groupId> <artifactId>tftpd</artifactId> <version>1.0</version> </dependency>
implementation 'org.jvnet.hudson.pxeboot:tftpd:1.0'
implementation("org.jvnet.hudson.pxeboot:tftpd:1.0")
libraryDependencies += "org.jvnet.hudson.pxeboot" % "tftpd" % "1.0"
@Grapes( @Grab(group='org.jvnet.hudson.pxeboot', module='tftpd', version='1.0') )
<dependency org="org.jvnet.hudson.pxeboot" name="tftpd" rev="1.0" />
[org.jvnet.hudson.pxeboot/tftpd "1.0"]
'org.jvnet.hudson.pxeboot:tftpd:jar:1.0'
<parent> <groupId>org.jvnet.hudson.pxeboot</groupId> <artifactId>pxeboot</artifactId> <version>1.0</version> </parent>
compile
|-- org.jvnet.hudson.pxeboot:io-utils
|-- commons-net:commons-net:2.0