j

jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner. Build your Debian packages on any platform that has Java support. Windows, Linux - it does not require additional native tools installed. The API underneath is well abstracted can easily be adopted for other areas as well.
http://github.com/tcurdt/jdeb
Apache License 2
Torsten Curdt Emmanuel Bourg
Files download
File Operation
jdeb-0.9.jar download
jdeb-0.9.pom download
jdeb-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.vafer</groupId>
  <artifactId>jdeb</artifactId>
  <version>0.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.vafer:jdeb:0.9'
Gradle Kotlin
implementation("org.vafer:jdeb:0.9")
Scala SBT
libraryDependencies += "org.vafer" % "jdeb" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.vafer', module='jdeb', version='0.9')
)
Apache Ivy
<dependency org="org.vafer" name="jdeb" rev="0.9" />
Leiningen
[org.vafer/jdeb "0.9"]
Apache Buildr
'org.vafer:jdeb:jar:0.9'