License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.mobicents |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version1.0.0.FINAL |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMobicents :: Code Style
Checkstyle definition and IDE configurations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-1.0.0.FINAL.pom | |
checkstyle-1.0.0.FINAL.jar | 8 KB |
checkstyle-1.0.0.FINAL-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents/checkstyle/ -->
<dependency>
<groupId>org.mobicents</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.0.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents/checkstyle/
implementation 'org.mobicents:checkstyle:1.0.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents/checkstyle/
implementation ("org.mobicents:checkstyle:1.0.0.FINAL")
'org.mobicents:checkstyle:jar:1.0.0.FINAL'
<dependency org="org.mobicents" name="checkstyle" rev="1.0.0.FINAL">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents', module='checkstyle', version='1.0.0.FINAL')
)
libraryDependencies += "org.mobicents" % "checkstyle" % "1.0.0.FINAL"
[org.mobicents/checkstyle "1.0.0.FINAL"]