文件下载
文件名 操作
ao-checkstyle-config-1.2.0.jar 下载
ao-checkstyle-config-1.2.0.pom 下载
ao-checkstyle-config-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.aoapps</groupId>
  <artifactId>ao-checkstyle-config</artifactId>
  <version>1.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.aoapps:ao-checkstyle-config:1.2.0'
Gradle Kotlin
implementation("com.aoapps:ao-checkstyle-config:1.2.0")
Scala SBT
libraryDependencies += "com.aoapps" % "ao-checkstyle-config" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aoapps', module='ao-checkstyle-config', version='1.2.0')
)
Apache Ivy
<dependency org="com.aoapps" name="ao-checkstyle-config" rev="1.2.0" />
Leiningen
[com.aoapps/ao-checkstyle-config "1.2.0"]
Apache Buildr
'com.aoapps:ao-checkstyle-config:jar:1.2.0'