MVN

com.notuvy : notuvysingleapp

Maven & Gradle

Jul 16, 2012

NOTUVY Singleton Application Framework · A simple Java framework for making applications singletons. The underlying mechanism uses interprocess communication to that at most one application process is active at a time. A new application invocation either displaces a previous invocation, or it defers to the previous and terminates itself.

<dependency>
    <groupId>com.notuvy</groupId>
    <artifactId>notuvysingleapp</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.notuvy : notuvysingleapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.notuvy : notuvysingleapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
notuvysingleapp-2.1
2.0
notuvysingleapp-2.0
1.0
notuvysingleapp-1.0

How to add a dependency to Maven

Add the following com.notuvy : notuvysingleapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.notuvy</groupId>
    <artifactId>notuvysingleapp</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.notuvy : notuvysingleapp gradle dependency to your build.gradle file:

implementation 'com.notuvy:notuvysingleapp:2.1'

Gradle Kotlin DSL: Add the following com.notuvy : notuvysingleapp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.notuvy:notuvysingleapp:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.notuvy : notuvysingleapp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.notuvy" % "notuvysingleapp" % "2.1"

Advertisement

Dependencies from Group

Feb 05, 2013
Sep 08, 2011

Discover Dependencies

Jul 02, 2011
2 usages
1 stars
Jul 22, 2014
1 usages
Oct 13, 2014
13.5k stars
Jun 18, 2014
5 stars
Jun 18, 2014
13.5k stars
Oct 13, 2014
3 usages
13.5k stars