Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdde.unkrig.checkstyle |
ArtifactId | ArtifactIdcs-contrib |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cs-contrib-1.0.2.pom | |
cs-contrib-1.0.2.jar | 123 KB |
cs-contrib-1.0.2-sources.jar | 102 KB |
cs-contrib-1.0.2-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/ -->
<dependency>
<groupId>de.unkrig.checkstyle</groupId>
<artifactId>cs-contrib</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/
implementation 'de.unkrig.checkstyle:cs-contrib:1.0.2'
// https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/
implementation ("de.unkrig.checkstyle:cs-contrib:1.0.2")
'de.unkrig.checkstyle:cs-contrib:jar:1.0.2'
<dependency org="de.unkrig.checkstyle" name="cs-contrib" rev="1.0.2">
<artifact name="cs-contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.checkstyle', module='cs-contrib', version='1.0.2')
)
libraryDependencies += "de.unkrig.checkstyle" % "cs-contrib" % "1.0.2"
[de.unkrig.checkstyle/cs-contrib "1.0.2"]