G

Generic-Locking-Library

Java-Library for Entity-Locking — intended to be expanded by a more specific Library (e.g. DynamoDB-Locking-Library).
jkrsoftware.de Software-License for Open-Source-Projects 1.0
Jeremy Krüger (jkr)
Files download
File Operation
Generic-Locking-Library-2021-12-16_21-59_c896f61.jar download
Generic-Locking-Library-2021-12-16_21-59_c896f61.pom download
Generic-Locking-Library-2021-12-16_21-59_c896f61-sources.jar download
Apache Maven
<dependency>
  <groupId>one.jkr.de.jkrsoftware.entity.locking.libraries</groupId>
  <artifactId>Generic-Locking-Library</artifactId>
  <version>2021-12-16_21-59_c896f61</version>
</dependency>
Gradle Groovy
implementation 'one.jkr.de.jkrsoftware.entity.locking.libraries:Generic-Locking-Library:2021-12-16_21-59_c896f61'
Gradle Kotlin
implementation("one.jkr.de.jkrsoftware.entity.locking.libraries:Generic-Locking-Library:2021-12-16_21-59_c896f61")
Scala SBT
libraryDependencies += "one.jkr.de.jkrsoftware.entity.locking.libraries" % "Generic-Locking-Library" % "2021-12-16_21-59_c896f61"
Groovy Grape
@Grapes(
  @Grab(group='one.jkr.de.jkrsoftware.entity.locking.libraries', module='Generic-Locking-Library', version='2021-12-16_21-59_c896f61')
)
Apache Ivy
<dependency org="one.jkr.de.jkrsoftware.entity.locking.libraries" name="Generic-Locking-Library" rev="2021-12-16_21-59_c896f61" />
Leiningen
[one.jkr.de.jkrsoftware.entity.locking.libraries/Generic-Locking-Library "2021-12-16_21-59_c896f61"]
Apache Buildr
'one.jkr.de.jkrsoftware.entity.locking.libraries:Generic-Locking-Library:jar:2021-12-16_21-59_c896f61'