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