j

jamon-checkstyle

Jamon checkstyle rules.
Files download
File Operation
jamon-checkstyle-2.3.1.jar download
jamon-checkstyle-2.3.1.pom download
jamon-checkstyle-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jamon</groupId>
  <artifactId>jamon-checkstyle</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.jamon:jamon-checkstyle:2.3.1'
Gradle Kotlin
implementation("org.jamon:jamon-checkstyle:2.3.1")
Scala SBT
libraryDependencies += "org.jamon" % "jamon-checkstyle" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jamon', module='jamon-checkstyle', version='2.3.1')
)
Apache Ivy
<dependency org="org.jamon" name="jamon-checkstyle" rev="2.3.1" />
Leiningen
[org.jamon/jamon-checkstyle "2.3.1"]
Apache Buildr
'org.jamon:jamon-checkstyle:jar:2.3.1'