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