a

app-locker

Provides a file-based locking mechanism with inter-process communication support
https://sanyarnd.github.io/applocker/
The Apache License, Version 2.0
Alexander Biryukov
Files download
File Operation
app-locker-1.2.0.jar download
app-locker-1.2.0.pom download
app-locker-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sanyarnd</groupId>
  <artifactId>app-locker</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.sanyarnd:app-locker:1.2.0'
Gradle Kotlin
implementation("io.github.sanyarnd:app-locker:1.2.0")
Scala SBT
libraryDependencies += "io.github.sanyarnd" % "app-locker" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sanyarnd', module='app-locker', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.sanyarnd" name="app-locker" rev="1.2.0" />
Leiningen
[io.github.sanyarnd/app-locker "1.2.0"]
Apache Buildr
'io.github.sanyarnd:app-locker:jar:1.2.0'