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