Last Version

NOTUVY Singleton Application Framework 2.1

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.

License

License

GroupId

GroupId

com.notuvy
ArtifactId

ArtifactId

notuvysingleapp
Version

Version

2.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://labs.notuvy.com/projects/notuvysingleapp/

Download notuvysingleapp 2.1


<!-- https://jarcasting.com/artifacts/com.notuvy/notuvysingleapp/ -->
<dependency>
    <groupId>com.notuvy</groupId>
    <artifactId>notuvysingleapp</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.notuvy/notuvysingleapp/
implementation 'com.notuvy:notuvysingleapp:2.1'
// https://jarcasting.com/artifacts/com.notuvy/notuvysingleapp/
implementation ("com.notuvy:notuvysingleapp:2.1")
'com.notuvy:notuvysingleapp:jar:2.1'
<dependency org="com.notuvy" name="notuvysingleapp" rev="2.1">
  <artifact name="notuvysingleapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.notuvy', module='notuvysingleapp', version='2.1')
)
libraryDependencies += "com.notuvy" % "notuvysingleapp" % "2.1"
[com.notuvy/notuvysingleapp "2.1"]

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.1
log4j : log4j jar 1.2.13
commons-lang : commons-lang jar 2.3
jdom : jdom jar 1.0

Project Modules

There are no modules declared in this project.