<dependency> <groupId>org.jvnet.hudson.main</groupId> <artifactId>rest-plugin</artifactId> <version>2.1.2</version> <type>hpi</type> </dependency>
implementation 'org.jvnet.hudson.main:rest-plugin:2.1.2'
implementation("org.jvnet.hudson.main:rest-plugin:2.1.2")
libraryDependencies += "org.jvnet.hudson.main" % "rest-plugin" % "2.1.2"
@Grapes( @Grab(group='org.jvnet.hudson.main', module='rest-plugin', version='2.1.2') )
<dependency org="org.jvnet.hudson.main" name="rest-plugin" rev="2.1.2" />
[org.jvnet.hudson.main/rest-plugin "2.1.2"]
'org.jvnet.hudson.main:rest-plugin:jar:2.1.2'
<parent> <groupId>org.jvnet.hudson.main</groupId> <artifactId>hudson-rest</artifactId> <version>2.1.2</version> </parent>
compile
|-- org.jvnet.hudson.main:hudson-rest-server
|-- org.cometd.java:cometd-java-server