<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>jython</artifactId> <version>1.0</version> <type>hpi</type> </dependency>
implementation 'org.jvnet.hudson.plugins:jython:1.0'
implementation("org.jvnet.hudson.plugins:jython:1.0")
libraryDependencies += "org.jvnet.hudson.plugins" % "jython" % "1.0"
@Grapes( @Grab(group='org.jvnet.hudson.plugins', module='jython', version='1.0') )
<dependency org="org.jvnet.hudson.plugins" name="jython" rev="1.0" />
[org.jvnet.hudson.plugins/jython "1.0"]
'org.jvnet.hudson.plugins:jython:jar:1.0'
<parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.316</version> </parent>
compile
|-- org.python:jython:2.5.0
provided
|-- org.jvnet.hudson.main:hudson-core:1.300
test
|-- org.jvnet.hudson.main:hudson-war:1.300