n

notuvysingleapp

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.
http://labs.notuvy.com/projects/notuvysingleapp/
Apache 2
Murali Krishnan
Files download
File Operation
notuvysingleapp-1.0.jar download
notuvysingleapp-1.0.pom download
notuvysingleapp-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.notuvy</groupId>
  <artifactId>notuvysingleapp</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.notuvy:notuvysingleapp:1.0'
Gradle Kotlin
implementation("com.notuvy:notuvysingleapp:1.0")
Scala SBT
libraryDependencies += "com.notuvy" % "notuvysingleapp" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.notuvy', module='notuvysingleapp', version='1.0')
)
Apache Ivy
<dependency org="com.notuvy" name="notuvysingleapp" rev="1.0" />
Leiningen
[com.notuvy/notuvysingleapp "1.0"]
Apache Buildr
'com.notuvy:notuvysingleapp:jar:1.0'