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