Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.hildan.checkstyle |
ArtifactId | ArtifactIdcheckstyle-config |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-config-2.4.0.pom | |
checkstyle-config-2.4.0.jar | 2 KB |
checkstyle-config-2.4.0-sources.jar | 2 KB |
checkstyle-config-2.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/ -->
<dependency>
<groupId>org.hildan.checkstyle</groupId>
<artifactId>checkstyle-config</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation 'org.hildan.checkstyle:checkstyle-config:2.4.0'
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation ("org.hildan.checkstyle:checkstyle-config:2.4.0")
'org.hildan.checkstyle:checkstyle-config:jar:2.4.0'
<dependency org="org.hildan.checkstyle" name="checkstyle-config" rev="2.4.0">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.checkstyle', module='checkstyle-config', version='2.4.0')
)
libraryDependencies += "org.hildan.checkstyle" % "checkstyle-config" % "2.4.0"
[org.hildan.checkstyle/checkstyle-config "2.4.0"]