unix-maven-plugin
My local copy of the unix-maven-plugin from the Codehaus Mojo project
| License |
License |
|---|---|
| GroupId | GroupIdno.arktekk.unix |
| ArtifactId | ArtifactIdunix-deb |
| Last Version | Last Version1.0-alpha-6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven Deb Support
Supporting tools for writing software for the UNIX platform
|
| Filename | Size |
|---|---|
| unix-deb-1.0-alpha-6.pom | |
| unix-deb-1.0-alpha-6.jar | 14 KB |
| unix-deb-1.0-alpha-6-sources.jar | 9 KB |
| unix-deb-1.0-alpha-6-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.arktekk.unix/unix-deb/ -->
<dependency>
<groupId>no.arktekk.unix</groupId>
<artifactId>unix-deb</artifactId>
<version>1.0-alpha-6</version>
</dependency>
// https://jarcasting.com/artifacts/no.arktekk.unix/unix-deb/
implementation 'no.arktekk.unix:unix-deb:1.0-alpha-6'
// https://jarcasting.com/artifacts/no.arktekk.unix/unix-deb/
implementation ("no.arktekk.unix:unix-deb:1.0-alpha-6")
'no.arktekk.unix:unix-deb:jar:1.0-alpha-6'
<dependency org="no.arktekk.unix" name="unix-deb" rev="1.0-alpha-6">
<artifact name="unix-deb" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.arktekk.unix', module='unix-deb', version='1.0-alpha-6')
)
libraryDependencies += "no.arktekk.unix" % "unix-deb" % "1.0-alpha-6"
[no.arktekk.unix/unix-deb "1.0-alpha-6"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-compress : commons-compress | jar | 20050911 |
| joda-time : joda-time | jar | 1.6 |
| no.arktekk.unix : unix-ar | jar | 1.0-alpha-6 |
| no.arktekk.unix : unix-common | jar | 1.0-alpha-6 |
| org.codehaus.plexus : plexus-utils | jar | 1.5.6 |
| org.functionaljava : functionaljava | jar | 3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9-stable-1 |
| junit : junit | jar | 3.8.2 |
My local copy of the unix-maven-plugin from the Codehaus Mojo project