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