<dependency> <groupId>org.jvnet.hudson.main</groupId> <artifactId>remoting</artifactId> <version>1.356</version> </dependency>
implementation 'org.jvnet.hudson.main:remoting:1.356'
implementation("org.jvnet.hudson.main:remoting:1.356")
libraryDependencies += "org.jvnet.hudson.main" % "remoting" % "1.356"
@Grapes( @Grab(group='org.jvnet.hudson.main', module='remoting', version='1.356') )
<dependency org="org.jvnet.hudson.main" name="remoting" rev="1.356" />
[org.jvnet.hudson.main/remoting "1.356"]
'org.jvnet.hudson.main:remoting:jar:1.356'
<parent> <groupId>org.jvnet.hudson.main</groupId> <artifactId>pom</artifactId> <version>1.356</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