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