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