License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
GroupId | GroupIdorg.hildan.checkstyle |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncheckstyle-config
A checkstyle configuration shared by multiple projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-2.5.0.pom | |
checkstyle-config-2.5.0.jar | 2 KB |
checkstyle-config-2.5.0-sources.jar | 2 KB |
checkstyle-config-2.5.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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation 'org.hildan.checkstyle:checkstyle-config:2.5.0'
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation ("org.hildan.checkstyle:checkstyle-config:2.5.0")
'org.hildan.checkstyle:checkstyle-config:jar:2.5.0'
<dependency org="org.hildan.checkstyle" name="checkstyle-config" rev="2.5.0">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.checkstyle', module='checkstyle-config', version='2.5.0')
)
libraryDependencies += "org.hildan.checkstyle" % "checkstyle-config" % "2.5.0"
[org.hildan.checkstyle/checkstyle-config "2.5.0"]