is not current version
Last Version 2.1

com.notuvy:notuvysingleapp 2.0

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.

GroupId

GroupId

com.notuvy
ArtifactId

ArtifactId

notuvysingleapp
Version

Version

2.0
Type

Type

jar

Download notuvysingleapp 2.0


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