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