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