| License |
License
AL2
|
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
| GroupId | GroupIdio.thorntail |
| ArtifactId | ArtifactIdcheckstyle-config |
| Version | Version4 |
| Type | Typejar |
| Description |
DescriptionThorntail: Checkstyle Configuration
Thorntail: Checkstyle Configuration
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-config-4.pom | |
| checkstyle-config-4.jar | 4 KB |
| checkstyle-config-4-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>checkstyle-config</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/
implementation 'io.thorntail:checkstyle-config:4'
// https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/
implementation ("io.thorntail:checkstyle-config:4")
'io.thorntail:checkstyle-config:jar:4'
<dependency org="io.thorntail" name="checkstyle-config" rev="4">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='checkstyle-config', version='4')
)
libraryDependencies += "io.thorntail" % "checkstyle-config" % "4"
[io.thorntail/checkstyle-config "4"]