<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>dry</artifactId> <version>1.4</version> <type>hpi</type> </dependency>
implementation 'org.jvnet.hudson.plugins:dry:1.4'
implementation("org.jvnet.hudson.plugins:dry:1.4")
libraryDependencies += "org.jvnet.hudson.plugins" % "dry" % "1.4"
@Grapes( @Grab(group='org.jvnet.hudson.plugins', module='dry', version='1.4') )
<dependency org="org.jvnet.hudson.plugins" name="dry" rev="1.4" />
[org.jvnet.hudson.plugins/dry "1.4"]
'org.jvnet.hudson.plugins:dry:jar:1.4'
<parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.285</version> </parent>
compile
|-- de.java2html:java2html:5.0
|-- commons-lang:commons-lang:2.3
|-- findbugs:annotations:1.0.0
test
|-- junit:junit:4.3.1
|-- org.easymock:easymock:2.3
|-- org.easymock:easymockclassextension:2.3
|-- org.mockito:mockito-all:1.6