Pkg4j gradle plugin

Gradle plugin for creating OS specific packages.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.jamel.pkg4j
ArtifactId

ArtifactId

pkg4j-gradle
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Pkg4j gradle plugin
Gradle plugin for creating OS specific packages.
Project URL

Project URL

http://pkg4j.jamel.org
Source Code Management

Source Code Management

http://github.com/jamel/pkg4j

Download pkg4j-gradle

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
org.jamel.pkg4j : pkg4j-core jar 0.0.6
org.vafer : jdeb jar 1.0.1
org.apache.commons : commons-lang3 jar 3.1

Project Modules

There are no modules declared in this project.

pkg4j

Java library for create OS specific packages.

How to build

This project is uses Gradle as the build tool. For build you need clone source code and simply run one command. All magic will happed automatically.

git clone [email protected]:jamel/pkg4j.git
cd pkg4j
./gradlew build

Dependencies from your project

Maven dependency

If you are using Maven as build tool for your project, simply add this dependency to your pom.xml.

<dependency>
    <groupId>org.jamel.pkg4j</groupId>
    <artifactId>pkg4j-core</artifactId>
    <version>0.0.6</version>
</dependency>

Gradle dependency

For Gradle projects it is even simpler. Make sure that your dependency block looks like:

dependencies {
   compile "org.jamel.pkg4j:pkg4j-core:0.0.6"
   // ... other dependencies
}

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1