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