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