| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.forgedbits |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.forgedbits.checkstyle
Provides the common Checkstyle configuration used by any other forgedbits.org maven artifacts.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationforgedbits.org |
| Filename | Size |
|---|---|
| checkstyle-0.0.1.pom | |
| checkstyle-0.0.1.jar | 4 KB |
| checkstyle-0.0.1-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.forgedbits/checkstyle/ -->
<dependency>
<groupId>org.forgedbits</groupId>
<artifactId>checkstyle</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.forgedbits/checkstyle/
implementation 'org.forgedbits:checkstyle:0.0.1'
// https://jarcasting.com/artifacts/org.forgedbits/checkstyle/
implementation ("org.forgedbits:checkstyle:0.0.1")
'org.forgedbits:checkstyle:jar:0.0.1'
<dependency org="org.forgedbits" name="checkstyle" rev="0.0.1">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.forgedbits', module='checkstyle', version='0.0.1')
)
libraryDependencies += "org.forgedbits" % "checkstyle" % "0.0.1"
[org.forgedbits/checkstyle "0.0.1"]