MVN

io.github.snower : jaslock

Maven & Gradle

Oct 13, 2022
1 stars

jaslock · High-performance distributed sync service and atomic DB. Provides good multi-core support through lock queues, high-performance asynchronous binary network protocols. Can be used for spikes, synchronization, event notification, concurrency control. https://github.com/snower/slock

<dependency>
    <groupId>io.github.snower</groupId>
    <artifactId>jaslock</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.snower : jaslock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of io.github.snower : jaslock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jaslock-1.0.13
jaslock-1.0.12
jaslock-1.0.11
jaslock-1.0.10
jaslock-1.0.9
jaslock-1.0.8
jaslock-1.0.7
jaslock-1.0.6
jaslock-1.0.5
jaslock-1.0.4
jaslock-1.0.3

How to add a dependency to Maven

Add the following io.github.snower : jaslock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.snower</groupId>
    <artifactId>jaslock</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.snower : jaslock gradle dependency to your build.gradle file:

implementation 'io.github.snower:jaslock:1.0.13'

Gradle Kotlin DSL: Add the following io.github.snower : jaslock gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.snower:jaslock:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.snower : jaslock sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.snower" % "jaslock" % "1.0.13"

Advertisement