License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIddebian-maven-plugin-tests |
Last Version | Last Version3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDebian Maven Plugin Tests
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.
|
<!-- https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-tests/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>debian-maven-plugin-tests</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-tests/
implementation 'com.github.mike10004:debian-maven-plugin-tests:3.3'
// https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-tests/
implementation ("com.github.mike10004:debian-maven-plugin-tests:3.3")
'com.github.mike10004:debian-maven-plugin-tests:jar:3.3'
<dependency org="com.github.mike10004" name="debian-maven-plugin-tests" rev="3.3">
<artifact name="debian-maven-plugin-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='debian-maven-plugin-tests', version='3.3')
)
libraryDependencies += "com.github.mike10004" % "debian-maven-plugin-tests" % "3.3"
[com.github.mike10004/debian-maven-plugin-tests "3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mike10004 : deb-utils | jar | 3.3 |
com.github.mike10004 : containment-core | jar | 0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.github.mike10004 : subprocess | jar | 0.4 |
org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
com.github.mike10004 » example-single-project | jar | 3.3 |