MVN

net.oschina.j2cache : j2cache-spring-boot2-starter

Maven & Gradle

Dec 27, 2019
1 usages
<dependency>
    <groupId>net.oschina.j2cache</groupId>
    <artifactId>j2cache-spring-boot2-starter</artifactId>
    <version>2.8.0-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oschina.j2cache : j2cache-spring-boot2-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0-release

All Versions

Choose a version of net.oschina.j2cache : j2cache-spring-boot2-starter to add to Maven or Gradle - All Versions:

  • Version Updated
  • j2cache-spring-boot2-starter-2.8.0-release

    Dec 27, 2019
  • j2cache-spring-boot2-starter-2.7.6-release

    Dec 13, 2018
  • j2cache-spring-boot2-starter-2.7.5-release

    Oct 25, 2018
  • j2cache-spring-boot2-starter-2.7.4-release

    Oct 24, 2018
  • j2cache-spring-boot2-starter-2.7.3-release

    Oct 23, 2018
  • j2cache-spring-boot2-starter-2.7.2-release

    Oct 15, 2018
  • j2cache-spring-boot2-starter-2.7.0-release

    Sep 14, 2018
  • j2cache-spring-boot2-starter-2.6.0-release

    Sep 12, 2018
  • j2cache-spring-boot2-starter-2.5.5-release

    Sep 06, 2018
  • j2cache-spring-boot2-starter-2.5.4-release

    Aug 30, 2018
  • j2cache-spring-boot2-starter-2.5.3-release

    Aug 28, 2018
  • j2cache-spring-boot2-starter-2.5.2-release

    Aug 27, 2018
  • j2cache-spring-boot2-starter-2.5.1-release

    Aug 25, 2018
  • j2cache-spring-boot2-starter-2.5.0-release

    Aug 24, 2018
  • j2cache-spring-boot2-starter-2.4.3-release

    Aug 21, 2018
  • j2cache-spring-boot2-starter-2.4.2-release

    Aug 16, 2018
  • j2cache-spring-boot2-starter-2.4.1-release

    Aug 06, 2018
  • j2cache-spring-boot2-starter-2.4.0-release

    Aug 01, 2018
  • j2cache-spring-boot2-starter-2.3.23-release

    Jul 19, 2018
  • j2cache-spring-boot2-starter-2.3.22-release

    Jul 03, 2018
  • j2cache-spring-boot2-starter-2.3.21-release

    May 28, 2018
  • j2cache-spring-boot2-starter-2.3.20-release

    May 23, 2018
  • j2cache-spring-boot2-starter-2.3.17-release

    May 16, 2018
  • j2cache-spring-boot2-starter-2.3.16-release

    May 04, 2018
  • j2cache-spring-boot2-starter-2.3.15-release

    May 03, 2018
  • j2cache-spring-boot2-starter-2.3.14-release

    May 03, 2018
  • j2cache-spring-boot2-starter-2.3.13-release

    May 01, 2018

How to add a dependency to Maven

Add the following net.oschina.j2cache : j2cache-spring-boot2-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oschina.j2cache</groupId>
    <artifactId>j2cache-spring-boot2-starter</artifactId>
    <version>2.8.0-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oschina.j2cache : j2cache-spring-boot2-starter gradle dependency to your build.gradle file:

implementation 'net.oschina.j2cache:j2cache-spring-boot2-starter:2.8.0-release'

Gradle Kotlin DSL: Add the following net.oschina.j2cache : j2cache-spring-boot2-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oschina.j2cache:j2cache-spring-boot2-starter:2.8.0-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oschina.j2cache : j2cache-spring-boot2-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oschina.j2cache" % "j2cache-spring-boot2-starter" % "2.8.0-release"