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