Categories |
CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.sf.matrixjavalib.build |
ArtifactId | ArtifactIdcheckstyle-config |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-config-1.7.pom | |
checkstyle-config-1.7.jar | 3 KB |
checkstyle-config-1.7-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/ -->
<dependency>
<groupId>net.sf.matrixjavalib.build</groupId>
<artifactId>checkstyle-config</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/
implementation 'net.sf.matrixjavalib.build:checkstyle-config:1.7'
// https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/
implementation ("net.sf.matrixjavalib.build:checkstyle-config:1.7")
'net.sf.matrixjavalib.build:checkstyle-config:jar:1.7'
<dependency org="net.sf.matrixjavalib.build" name="checkstyle-config" rev="1.7">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.matrixjavalib.build', module='checkstyle-config', version='1.7')
)
libraryDependencies += "net.sf.matrixjavalib.build" % "checkstyle-config" % "1.7"
[net.sf.matrixjavalib.build/checkstyle-config "1.7"]