<dependency> <groupId>org.jvnet.hudson.main</groupId> <artifactId>remoting</artifactId> <version>1.389</version> </dependency>
implementation 'org.jvnet.hudson.main:remoting:1.389'
implementation("org.jvnet.hudson.main:remoting:1.389")
libraryDependencies += "org.jvnet.hudson.main" % "remoting" % "1.389"
@Grapes( @Grab(group='org.jvnet.hudson.main', module='remoting', version='1.389') )
<dependency org="org.jvnet.hudson.main" name="remoting" rev="1.389" />
[org.jvnet.hudson.main/remoting "1.389"]
'org.jvnet.hudson.main:remoting:jar:1.389'
<parent> <groupId>org.jvnet.hudson.main</groupId> <artifactId>pom</artifactId> <version>1.389</version> </parent>
provided
|-- args4j:args4j:2.0.16
test
|-- junit:junit:3.8
|-- asm:asm-all:2.2.3
|-- commons-codec:commons-codec:1.3
|-- commons-io:commons-io:1.4