MVN

org.noear : solon.cache

Maven & Gradle

Dec 15, 2021
3 usages
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solon.cache</artifactId>
    <version>1.6.7-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.noear : solon.cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7-m1

All Versions

Choose a version of org.noear : solon.cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
solon.cache-1.6.7-m1
solon.cache-1.6.6
solon.cache-1.6.6-m3
solon.cache-1.6.6-m2
solon.cache-1.6.6-m1
solon.cache-1.6.5
solon.cache-1.6.4
solon.cache-1.6.3
solon.cache-1.6.2
solon.cache-1.6.1
solon.cache-1.6.1-m1
solon.cache-1.6.0
1.5.x
solon.cache-1.5.71
solon.cache-1.5.70
solon.cache-1.5.69
solon.cache-1.5.68
solon.cache-1.5.67
solon.cache-1.5.66
solon.cache-1.5.65
solon.cache-1.5.64
solon.cache-1.5.63
solon.cache-1.5.62
solon.cache-1.5.61

How to add a dependency to Maven

Add the following org.noear : solon.cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solon.cache</artifactId>
    <version>1.6.7-m1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.noear : solon.cache gradle dependency to your build.gradle file:

implementation 'org.noear:solon.cache:1.6.7-m1'

Gradle Kotlin DSL: Add the following org.noear : solon.cache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.noear:solon.cache:1.6.7-m1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.noear : solon.cache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.noear" % "solon.cache" % "1.6.7-m1"

Advertisement