MVN

com.aiwiown : aiwiown-spring-cache

Maven & Gradle

Sep 06, 2019

aiwiown-spring-cache · aiwiown-spring-cache project for Spring Boot

<dependency>
    <groupId>com.aiwiown</groupId>
    <artifactId>aiwiown-spring-cache</artifactId>
    <version>1.0.2-2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aiwiown : aiwiown-spring-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-2.0.1

All Versions

Choose a version of com.aiwiown : aiwiown-spring-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aiwiown-spring-cache-1.0.2-2.0.1
aiwiown-spring-cache-1.0.1-2.0.1
aiwiown-spring-cache-1.0.1
aiwiown-spring-cache-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aiwiown</groupId>
    <artifactId>aiwiown-spring-cache</artifactId>
    <version>1.0.2-2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aiwiown : aiwiown-spring-cache gradle dependency to your build.gradle file:

implementation 'com.aiwiown:aiwiown-spring-cache:1.0.2-2.0.1'

Gradle Kotlin DSL: Add the following com.aiwiown : aiwiown-spring-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aiwiown:aiwiown-spring-cache:1.0.2-2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aiwiown : aiwiown-spring-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aiwiown" % "aiwiown-spring-cache" % "1.0.2-2.0.1"