License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.jamon |
ArtifactId | ArtifactIdjamon-checkstyle |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjamon-checkstyle
Jamon checkstyle rules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jamon-checkstyle-2.3.1.pom | |
jamon-checkstyle-2.3.1.jar | 2 KB |
jamon-checkstyle-2.3.1-sources.jar | 920 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamon/jamon-checkstyle/ -->
<dependency>
<groupId>org.jamon</groupId>
<artifactId>jamon-checkstyle</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamon/jamon-checkstyle/
implementation 'org.jamon:jamon-checkstyle:2.3.1'
// https://jarcasting.com/artifacts/org.jamon/jamon-checkstyle/
implementation ("org.jamon:jamon-checkstyle:2.3.1")
'org.jamon:jamon-checkstyle:jar:2.3.1'
<dependency org="org.jamon" name="jamon-checkstyle" rev="2.3.1">
<artifact name="jamon-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamon', module='jamon-checkstyle', version='2.3.1')
)
libraryDependencies += "org.jamon" % "jamon-checkstyle" % "2.3.1"
[org.jamon/jamon-checkstyle "2.3.1"]