License |
License |
---|---|
GroupId | GroupIdcom.notuvy |
ArtifactId | ArtifactIdnotuvysingleapp |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionNOTUVY 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 |
Filename | Size |
---|---|
notuvysingleapp-2.1.pom | |
notuvysingleapp-2.1.jar | 36 KB |
notuvysingleapp-2.1-sources.jar | 21 KB |
notuvysingleapp-2.1-javadoc.jar | 114 KB |
Browse |
<!-- 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"]
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 |