MVN

com.blogspot.mydailyjava : weak-lock-free

Maven & Gradle

Nov 28, 2020
6 usages
108 stars

Weakly referenced lock-free data structures · Implementation of a concurrent map with weak keys and a detached thread local storage.

<dependency>
    <groupId>com.blogspot.mydailyjava</groupId>
    <artifactId>weak-lock-free</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blogspot.mydailyjava : weak-lock-free to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of com.blogspot.mydailyjava : weak-lock-free to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
weak-lock-free-0.18
0.17
weak-lock-free-0.17
0.16
weak-lock-free-0.16
0.15
weak-lock-free-0.15
0.14
weak-lock-free-0.14
0.13
weak-lock-free-0.13
0.12
weak-lock-free-0.12
0.11
weak-lock-free-0.11
0.10
weak-lock-free-0.10
0.9
weak-lock-free-0.9
0.8
weak-lock-free-0.8
0.7
weak-lock-free-0.7
0.6
weak-lock-free-0.6
0.5
weak-lock-free-0.5
0.4
weak-lock-free-0.4
0.3
weak-lock-free-0.3
0.2
weak-lock-free-0.2
0.1
weak-lock-free-0.1

How to add a dependency to Maven

Add the following com.blogspot.mydailyjava : weak-lock-free maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blogspot.mydailyjava</groupId>
    <artifactId>weak-lock-free</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blogspot.mydailyjava : weak-lock-free gradle dependency to your build.gradle file:

implementation 'com.blogspot.mydailyjava:weak-lock-free:0.18'

Gradle Kotlin DSL: Add the following com.blogspot.mydailyjava : weak-lock-free gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blogspot.mydailyjava:weak-lock-free:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blogspot.mydailyjava : weak-lock-free sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blogspot.mydailyjava" % "weak-lock-free" % "0.18"

Advertisement

Dependencies from Group

Discover Dependencies

Aug 11, 2021
1 usages
58.6k stars
Jun 18, 2018
4 usages
58.6k stars
Jun 19, 2018
1 usages
Mar 30, 2023
35 usages
2.7k stars
ava
Apr 06, 2016
1 usages
Apr 04, 2016
1 usages
Jun 23, 2017
2 usages
0 stars
Apr 11, 2017
2 usages
0 stars
Apr 06, 2016
47 stars