MVN

com.github.mike10004 : debian-maven-plugin

Maven & Gradle

Oct 02, 2021

Debian Maven Plugin · This plugin helps building DEB packages from Maven projects. The packages can be used in DEB-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to do the actual packaging.

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : debian-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of com.github.mike10004 : debian-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
debian-maven-plugin-3.3
3.2
debian-maven-plugin-3.2
3.1
debian-maven-plugin-3.1
2.0.x
debian-maven-plugin-2.0.0
1.1.x
debian-maven-plugin-1.1.0
1.0.x
debian-maven-plugin-1.0.9
debian-maven-plugin-1.0.8

How to add a dependency to Maven

Add the following com.github.mike10004 : debian-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : debian-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:debian-maven-plugin:3.3'

Gradle Kotlin DSL: Add the following com.github.mike10004 : debian-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:debian-maven-plugin:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : debian-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "debian-maven-plugin" % "3.3"

Advertisement