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