Dependency Information

Apache Maven

<dependency>
  <groupId>se.jguru.nazgul.tools.plugin.checkstyle</groupId>
  <artifactId>nazgul-tools-checkstyle-maven-plugin</artifactId>
  <version>6.0.3</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'se.jguru.nazgul.tools.plugin.checkstyle:nazgul-tools-checkstyle-maven-plugin:maven-plugin:6.0.3'

Apache Ivy

<dependency org="se.jguru.nazgul.tools.plugin.checkstyle" name="nazgul-tools-checkstyle-maven-plugin" rev="6.0.3">
  <artifact name="nazgul-tools-checkstyle-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='se.jguru.nazgul.tools.plugin.checkstyle', module='nazgul-tools-checkstyle-maven-plugin', version='6.0.3')
)

Grails

compile 'se.jguru.nazgul.tools.plugin.checkstyle:nazgul-tools-checkstyle-maven-plugin:6.0.3'

Leiningen

[se.jguru.nazgul.tools.plugin.checkstyle/nazgul-tools-checkstyle-maven-plugin "6.0.3"]

SBT

libraryDependencies += "se.jguru.nazgul.tools.plugin.checkstyle" % "nazgul-tools-checkstyle-maven-plugin" % "6.0.3"