GithubHelp home page GithubHelp logo

ubiqesh / pkg4j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamel/pkg4j

0.0 2.0 0.0 203 KB

Java library for creating OS specific packages.

Home Page: http://pkg4j.jamel.org

License: Apache License 2.0

Groovy 48.00% Shell 15.57% Java 36.43%

pkg4j's Introduction

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.5</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.5"
   // ... other dependencies
}

pkg4j's People

Contributors

jamel avatar cgrotz avatar gesellix avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.