Files download
File Operation
ao-checkstyle-config-1.3.0.jar download
ao-checkstyle-config-1.3.0.pom download
ao-checkstyle-config-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aoapps</groupId>
  <artifactId>ao-checkstyle-config</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.aoapps:ao-checkstyle-config:1.3.0'
Gradle Kotlin
implementation("com.aoapps:ao-checkstyle-config:1.3.0")
Scala SBT
libraryDependencies += "com.aoapps" % "ao-checkstyle-config" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aoapps', module='ao-checkstyle-config', version='1.3.0')
)
Apache Ivy
<dependency org="com.aoapps" name="ao-checkstyle-config" rev="1.3.0" />
Leiningen
[com.aoapps/ao-checkstyle-config "1.3.0"]
Apache Buildr
'com.aoapps:ao-checkstyle-config:jar:1.3.0'