MVN

org.hswebframework.web : hsweb-concurrent-cache

Maven & Gradle

Aug 04, 2023
3 usages
8k stars
<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-concurrent-cache</artifactId>
    <version>4.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hswebframework.web : hsweb-concurrent-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.16

All Versions

Choose a version of org.hswebframework.web : hsweb-concurrent-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
hsweb-concurrent-cache-4.0.16
hsweb-concurrent-cache-4.0.15
hsweb-concurrent-cache-4.0.14
hsweb-concurrent-cache-4.0.13
hsweb-concurrent-cache-4.0.12
hsweb-concurrent-cache-4.0.11
hsweb-concurrent-cache-4.0.10
hsweb-concurrent-cache-4.0.9
hsweb-concurrent-cache-4.0.8
hsweb-concurrent-cache-4.0.7
hsweb-concurrent-cache-4.0.6
hsweb-concurrent-cache-4.0.5
hsweb-concurrent-cache-4.0.4
hsweb-concurrent-cache-4.0.3
hsweb-concurrent-cache-4.0.2
hsweb-concurrent-cache-4.0.1
hsweb-concurrent-cache-4.0.0
3.0.x
hsweb-concurrent-cache-3.0.11
hsweb-concurrent-cache-3.0.10
hsweb-concurrent-cache-3.0.9
hsweb-concurrent-cache-3.0.8
hsweb-concurrent-cache-3.0.7
hsweb-concurrent-cache-3.0.6
hsweb-concurrent-cache-3.0.5
hsweb-concurrent-cache-3.0.4
hsweb-concurrent-cache-3.0.3
hsweb-concurrent-cache-3.0.2
hsweb-concurrent-cache-3.0.1
hsweb-concurrent-cache-3.0.0

How to add a dependency to Maven

Add the following org.hswebframework.web : hsweb-concurrent-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-concurrent-cache</artifactId>
    <version>4.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hswebframework.web : hsweb-concurrent-cache gradle dependency to your build.gradle file:

implementation 'org.hswebframework.web:hsweb-concurrent-cache:4.0.16'

Gradle Kotlin DSL: Add the following org.hswebframework.web : hsweb-concurrent-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hswebframework.web:hsweb-concurrent-cache:4.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hswebframework.web : hsweb-concurrent-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hswebframework.web" % "hsweb-concurrent-cache" % "4.0.16"

Advertisement