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