Last Version

com.github.mike10004:deb-utils 3.3

This project provides a plugin that helps to build DEB packages from Maven projects. The packages can be used in Debian-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to perform the packaging.

License

License

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

deb-utils
Version

Version

3.3
Type

Type

jar
Description

Description

This project provides a plugin that helps to build DEB packages from Maven projects. The packages can be used in Debian-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to perform the packaging.

Download deb-utils 3.3


<!-- https://jarcasting.com/artifacts/com.github.mike10004/deb-utils/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>deb-utils</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/deb-utils/
implementation 'com.github.mike10004:deb-utils:3.3'
// https://jarcasting.com/artifacts/com.github.mike10004/deb-utils/
implementation ("com.github.mike10004:deb-utils:3.3")
'com.github.mike10004:deb-utils:jar:3.3'
<dependency org="com.github.mike10004" name="deb-utils" rev="3.3">
  <artifact name="deb-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='deb-utils', version='3.3')
)
libraryDependencies += "com.github.mike10004" % "deb-utils" % "3.3"
[com.github.mike10004/deb-utils "3.3"]

Dependencies

compile (7)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.8
com.google.guava : guava jar 30.1.1-jre
com.github.mike10004 : subprocess jar 0.4
org.tukaani : xz jar 1.9
org.apache.commons : commons-compress jar 1.21
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.11.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.slf4j : slf4j-jdk14 jar 1.7.32

Project Modules

There are no modules declared in this project.