Files download
File Operation
checkstyle-1.0.0.FINAL.jar download
checkstyle-1.0.0.FINAL.pom download
checkstyle-1.0.0.FINAL-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mobicents</groupId>
  <artifactId>checkstyle</artifactId>
  <version>1.0.0.FINAL</version>
</dependency>
Gradle Groovy
implementation 'org.mobicents:checkstyle:1.0.0.FINAL'
Gradle Kotlin
implementation("org.mobicents:checkstyle:1.0.0.FINAL")
Scala SBT
libraryDependencies += "org.mobicents" % "checkstyle" % "1.0.0.FINAL"
Groovy Grape
@Grapes(
  @Grab(group='org.mobicents', module='checkstyle', version='1.0.0.FINAL')
)
Apache Ivy
<dependency org="org.mobicents" name="checkstyle" rev="1.0.0.FINAL" />
Leiningen
[org.mobicents/checkstyle "1.0.0.FINAL"]
Apache Buildr
'org.mobicents:checkstyle:jar:1.0.0.FINAL'
Dependencies
The project has no third-party dependencies