MVN

com.labijie : caching-kotlin-core-starter

Maven & Gradle

Dec 13, 2021
2 usages
16 stars

The Apache License, Version 2.0 · labijie caching library

<dependency>
    <groupId>com.labijie</groupId>
    <artifactId>caching-kotlin-core-starter</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.labijie : caching-kotlin-core-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.labijie : caching-kotlin-core-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
caching-kotlin-core-starter-1.3.3
caching-kotlin-core-starter-1.3.2
caching-kotlin-core-starter-1.3.1
caching-kotlin-core-starter-1.3.0
1.2.x
caching-kotlin-core-starter-1.2.3
caching-kotlin-core-starter-1.2.2
caching-kotlin-core-starter-1.2.1
caching-kotlin-core-starter-1.2.0
1.1.x
caching-kotlin-core-starter-1.1.0
1.0.x
caching-kotlin-core-starter-1.0.9
caching-kotlin-core-starter-1.0.7
caching-kotlin-core-starter-1.0.6
caching-kotlin-core-starter-1.0.5
caching-kotlin-core-starter-1.0.1
caching-kotlin-core-starter-1.0.0

How to add a dependency to Maven

Add the following com.labijie : caching-kotlin-core-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.labijie</groupId>
    <artifactId>caching-kotlin-core-starter</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.labijie : caching-kotlin-core-starter gradle dependency to your build.gradle file:

implementation 'com.labijie:caching-kotlin-core-starter:1.3.3'

Gradle Kotlin DSL: Add the following com.labijie : caching-kotlin-core-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.labijie:caching-kotlin-core-starter:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.labijie : caching-kotlin-core-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.labijie" % "caching-kotlin-core-starter" % "1.3.3"

Advertisement