| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdau.id.ajlane |
| ArtifactId | ArtifactIdcheckstyle-config |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| checkstyle-config-0.0.1.pom | |
| checkstyle-config-0.0.1.jar | 4 KB |
| checkstyle-config-0.0.1-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/ -->
<dependency>
<groupId>au.id.ajlane</groupId>
<artifactId>checkstyle-config</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/
implementation 'au.id.ajlane:checkstyle-config:0.0.1'
// https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/
implementation ("au.id.ajlane:checkstyle-config:0.0.1")
'au.id.ajlane:checkstyle-config:jar:0.0.1'
<dependency org="au.id.ajlane" name="checkstyle-config" rev="0.0.1">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.id.ajlane', module='checkstyle-config', version='0.0.1')
)
libraryDependencies += "au.id.ajlane" % "checkstyle-config" % "0.0.1"
[au.id.ajlane/checkstyle-config "0.0.1"]