MVN

io.github.zpf9705 : spring-boot-starter-data-expiring

Maven & Gradle

Aug 25, 2023
0 stars

This component is based on expiring - map and encapsulation , Is a framework for memory , Can use some caching operations , Support programs to restart persistence recovery , Thank you for using.

<dependency>
    <groupId>io.github.zpf9705</groupId>
    <artifactId>spring-boot-starter-data-expiring</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zpf9705 : spring-boot-starter-data-expiring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of io.github.zpf9705 : spring-boot-starter-data-expiring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
spring-boot-starter-data-expiring-3.2.0
3.1.x
spring-boot-starter-data-expiring-3.1.6-xpc-4
spring-boot-starter-data-expiring-3.1.6-xpc-3
spring-boot-starter-data-expiring-3.1.6-xpc-2
spring-boot-starter-data-expiring-3.1.6-xpc-1
spring-boot-starter-data-expiring-3.1.6
spring-boot-starter-data-expiring-3.1.5
spring-boot-starter-data-expiring-3.1.4
spring-boot-starter-data-expiring-3.1.3
spring-boot-starter-data-expiring-3.1.2
spring-boot-starter-data-expiring-3.1.1
spring-boot-starter-data-expiring-3.1.0
3.0.x
spring-boot-starter-data-expiring-3.0.5
spring-boot-starter-data-expiring-3.0.4
spring-boot-starter-data-expiring-3.0.3
spring-boot-starter-data-expiring-3.0.2
spring-boot-starter-data-expiring-3.0.1
spring-boot-starter-data-expiring-3.0.0-release
spring-boot-starter-data-expiring-3.0.0
2.2.x
spring-boot-starter-data-expiring-2.2.2
spring-boot-starter-data-expiring-2.2.1
spring-boot-starter-data-expiring-2.2.0
2.1.x
spring-boot-starter-data-expiring-2.1.2-complete
spring-boot-starter-data-expiring-2.1.1-complete
spring-boot-starter-data-expiring-2.1.0-complete
2.0.x
spring-boot-starter-data-expiring-2.0.1
spring-boot-starter-data-expiring-2.0.0
1.1.x
spring-boot-starter-data-expiring-1.1.5
spring-boot-starter-data-expiring-1.1.4
spring-boot-starter-data-expiring-1.1.3
spring-boot-starter-data-expiring-1.1.2
spring-boot-starter-data-expiring-1.1.1
spring-boot-starter-data-expiring-1.1.0

How to add a dependency to Maven

Add the following io.github.zpf9705 : spring-boot-starter-data-expiring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zpf9705</groupId>
    <artifactId>spring-boot-starter-data-expiring</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zpf9705 : spring-boot-starter-data-expiring gradle dependency to your build.gradle file:

implementation 'io.github.zpf9705:spring-boot-starter-data-expiring:3.2.0'

Gradle Kotlin DSL: Add the following io.github.zpf9705 : spring-boot-starter-data-expiring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zpf9705:spring-boot-starter-data-expiring:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zpf9705 : spring-boot-starter-data-expiring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zpf9705" % "spring-boot-starter-data-expiring" % "3.2.0"

Advertisement