MVN

io.github.stepio.coffee-boots : coffee-boots

Maven & Gradle

Mar 08, 2023
28 stars

Coffee Boots · Support property-based configuring of multiple Caffeine caches for Spring Cache abstraction

<dependency>
    <groupId>io.github.stepio.coffee-boots</groupId>
    <artifactId>coffee-boots</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stepio.coffee-boots : coffee-boots to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of io.github.stepio.coffee-boots : coffee-boots to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
coffee-boots-4.0.0
3.1.x
coffee-boots-3.1.0
3.0.x
coffee-boots-3.0.0
2.2.x
coffee-boots-2.2.0
2.1.x
coffee-boots-2.1.0
2.0.x
coffee-boots-2.0.0
1.0.x
coffee-boots-1.0.3
coffee-boots-1.0.2
coffee-boots-1.0.1
coffee-boots-1.0.0
coffee-boots-1.0.0-RC1

How to add a dependency to Maven

Add the following io.github.stepio.coffee-boots : coffee-boots maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.stepio.coffee-boots</groupId>
    <artifactId>coffee-boots</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.stepio.coffee-boots : coffee-boots gradle dependency to your build.gradle file:

implementation 'io.github.stepio.coffee-boots:coffee-boots:4.0.0'

Gradle Kotlin DSL: Add the following io.github.stepio.coffee-boots : coffee-boots gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.stepio.coffee-boots:coffee-boots:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.stepio.coffee-boots : coffee-boots sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.stepio.coffee-boots" % "coffee-boots" % "4.0.0"

Advertisement