MVN

one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library

Maven & Gradle

Dec 17, 2021
1 usages

Generic-Locking-Library · Java-Library for Entity-Locking — intended to be expanded by a more specific Library (e.g. DynamoDB-Locking-Library).

<dependency>
    <groupId>one.jkr.de.jkrsoftware.entity.locking.libraries</groupId>
    <artifactId>Generic-Locking-Library</artifactId>
    <version>2021-12-16_21-59_c896f61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021-12-16_21-59_c896f61

All Versions

Choose a version of one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021
Generic-Locking-Library-2021-12-16_21-59_c896f61
Generic-Locking-Library-2021-12-13_22-50_bba1419
Generic-Locking-Library-2021-12-13_16-51_8bd4142
Generic-Locking-Library-2021-12-13_00-16_4d2b3f6

How to add a dependency to Maven

Add the following one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.jkr.de.jkrsoftware.entity.locking.libraries</groupId>
    <artifactId>Generic-Locking-Library</artifactId>
    <version>2021-12-16_21-59_c896f61</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library gradle dependency to your build.gradle file:

implementation 'one.jkr.de.jkrsoftware.entity.locking.libraries:Generic-Locking-Library:2021-12-16_21-59_c896f61'

Gradle Kotlin DSL: Add the following one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library gradle kotlin dependency to your build.gradle.kts file:

implementation("one.jkr.de.jkrsoftware.entity.locking.libraries:Generic-Locking-Library:2021-12-16_21-59_c896f61")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.jkr.de.jkrsoftware.entity.locking.libraries : Generic-Locking-Library sbt scala dependency to your build.sbt file:

libraryDependencies += "one.jkr.de.jkrsoftware.entity.locking.libraries" % "Generic-Locking-Library" % "2021-12-16_21-59_c896f61"

Advertisement