Thanks to visit codestin.com
Credit goes to github.com

Skip to content

poolborges/it.sauronsoftware.junique

Repository files navigation

JUnique

1. Build status

License: LGPL v2.1 Build Status Coverity Scan Build Status

1.1. Stats

GitHub Pull Requests GitHub Committers GitHub Contributors GitHub Commit Activity

1.2. Release and Download

GitHub pre-release GitHub release GitHub all releases

2. About

Helps in preventing multiple instances of the same application

3. Instructions

  • Add the JUnique JAR to your application CLASSPATH and enjoy it.

  • Supported platforms: Java 1.6 or later

4. Documentation

5. How to add to Maven POM

Add a repository configuration to my Maven Repo

<repository>
    <id>poolborges-github-thirdparty</id>
    <name>poolborges-github</name>
    <url>https://github.com/poolborges/maven/raw/master/thirdparty/</url>
</repository>

Add dependency

<dependency>
    <groupId>it.sauronsoftware</groupId>
    <artifactId>junique</artifactId>
    <version>1.0.4</version>
    <type>jar</type>
</dependency>

6. How to build

See BUILD.txt

Maven install
mvn clean install


.Maven site

mvn site

== License

See LICENSE.txt


== Changelog

See CHANGELOG.txt

About

this is a fork project of junique(http://www.sauronsoftware.it/projects/junique/)

Resources

License

Stars

10 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors