<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>checkstyle</artifactId> <version>3.2</version> <type>hpi</type> </dependency>
implementation 'org.jvnet.hudson.plugins:checkstyle:3.2'
implementation("org.jvnet.hudson.plugins:checkstyle:3.2")
libraryDependencies += "org.jvnet.hudson.plugins" % "checkstyle" % "3.2"
@Grapes( @Grab(group='org.jvnet.hudson.plugins', module='checkstyle', version='3.2') )
<dependency org="org.jvnet.hudson.plugins" name="checkstyle" rev="3.2" />
[org.jvnet.hudson.plugins/checkstyle "3.2"]
'org.jvnet.hudson.plugins:checkstyle:jar:3.2'
<parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>analysis-pom</artifactId> <version>1.0</version> </parent>
compile
|-- org.jvnet.hudson.plugins:analysis-core:1.3
|-- xerces:xercesImpl:2.8.1
test
|-- org.jvnet.hudson.plugins:analysis-test:1.1