MVN

com.iheart : lihua-cache_2.12

Maven & Gradle

Feb 15, 2020
1 usages
1 stars

cache · cache

<dependency>
    <groupId>com.iheart</groupId>
    <artifactId>lihua-cache_2.12</artifactId>
    <version>0.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iheart : lihua-cache_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.35

All Versions

Choose a version of com.iheart : lihua-cache_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.35
lihua-cache_2.12-0.35
0.34
lihua-cache_2.12-0.34
0.33
lihua-cache_2.12-0.33
0.32
lihua-cache_2.12-0.32
0.31
lihua-cache_2.12-0.31
0.30
lihua-cache_2.12-0.30
0.29
lihua-cache_2.12-0.29
0.28
lihua-cache_2.12-0.28
0.27
lihua-cache_2.12-0.27
0.26
lihua-cache_2.12-0.26
0.25
lihua-cache_2.12-0.25
0.24
lihua-cache_2.12-0.24
0.23
lihua-cache_2.12-0.23
0.22
lihua-cache_2.12-0.22
0.21
lihua-cache_2.12-0.21
0.19
lihua-cache_2.12-0.19

How to add a dependency to Maven

Add the following com.iheart : lihua-cache_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iheart</groupId>
    <artifactId>lihua-cache_2.12</artifactId>
    <version>0.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iheart : lihua-cache_2.12 gradle dependency to your build.gradle file:

implementation 'com.iheart:lihua-cache_2.12:0.35'

Gradle Kotlin DSL: Add the following com.iheart : lihua-cache_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iheart:lihua-cache_2.12:0.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iheart : lihua-cache_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iheart" % "lihua-cache_2.12" % "0.35"