MVN

org.develrulez.thinjar : thin-jar-parent

Maven & Gradle

Nov 28, 2017
0 stars

Thin-JAR Parent · Toolset for building executable thin-jars, which download their dependencies during application startup phase

<dependency>
    <groupId>org.develrulez.thinjar</groupId>
    <artifactId>thin-jar-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.develrulez.thinjar : thin-jar-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.develrulez.thinjar : thin-jar-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
thin-jar-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.develrulez.thinjar</groupId>
    <artifactId>thin-jar-parent</artifactId>
    <version>1.0.0</version>
</dependency>