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