MVN

com.lyloou : component-cache-datacache-library

Maven & Gradle

Mar 10, 2023
4 usages
<dependency>
    <groupId>com.lyloou</groupId>
    <artifactId>component-cache-datacache-library</artifactId>
    <version>1.0.75</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lyloou : component-cache-datacache-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.75

All Versions

Choose a version of com.lyloou : component-cache-datacache-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
component-cache-datacache-library-1.0.75
component-cache-datacache-library-1.0.73
component-cache-datacache-library-1.0.57
component-cache-datacache-library-1.0.40
component-cache-datacache-library-1.0.33
component-cache-datacache-library-1.0.28
component-cache-datacache-library-1.0.27
component-cache-datacache-library-1.0.26
component-cache-datacache-library-1.0.25
component-cache-datacache-library-1.0.24
component-cache-datacache-library-1.0.23
component-cache-datacache-library-1.0.22
component-cache-datacache-library-1.0.21
component-cache-datacache-library-1.0.19
component-cache-datacache-library-1.0.18
component-cache-datacache-library-1.0.17
component-cache-datacache-library-1.0.16
component-cache-datacache-library-1.0.15
component-cache-datacache-library-1.0.14

How to add a dependency to Maven

Add the following com.lyloou : component-cache-datacache-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lyloou</groupId>
    <artifactId>component-cache-datacache-library</artifactId>
    <version>1.0.75</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lyloou : component-cache-datacache-library gradle dependency to your build.gradle file:

implementation 'com.lyloou:component-cache-datacache-library:1.0.75'

Gradle Kotlin DSL: Add the following com.lyloou : component-cache-datacache-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lyloou:component-cache-datacache-library:1.0.75")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lyloou : component-cache-datacache-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lyloou" % "component-cache-datacache-library" % "1.0.75"