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