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