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