MVN

cloud.agileframework : agile-sql

Maven & Gradle

Mar 21, 2023
4 usages
4 stars

agile-sql · Cache util for Spring Boot

<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-sql</artifactId>
    <version>2.2.0.M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.agileframework : agile-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0.M7

All Versions

Choose a version of cloud.agileframework : agile-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
agile-sql-2.2.0.M7
agile-sql-2.2.0.M6
agile-sql-2.2.0.M5
agile-sql-2.2.0.M4
agile-sql-2.2.0.M3
agile-sql-2.2.0.M2
agile-sql-2.2.0.M1
agile-sql-2.2.0
2.1.x
agile-sql-2.1.0.M74
agile-sql-2.1.0.M73
agile-sql-2.1.0.M72
agile-sql-2.1.0.M71
agile-sql-2.1.0.M70
agile-sql-2.1.0.M69
agile-sql-2.1.0.M68
agile-sql-2.1.0.M67
agile-sql-2.1.0.M66
agile-sql-2.1.0.M65
agile-sql-2.1.0.M64
agile-sql-2.1.0.M63
agile-sql-2.1.0.M62
agile-sql-2.1.0.M61
agile-sql-2.1.0.M60
agile-sql-2.1.0.M59
agile-sql-2.1.0.M58
agile-sql-2.1.0.M57
agile-sql-2.1.0.M56
agile-sql-2.1.0.M55
agile-sql-2.1.0.M54
agile-sql-2.1.0.M52
agile-sql-2.1.0.M51
agile-sql-2.1.0.M49
agile-sql-2.1.0.M48
agile-sql-2.1.0.M47
agile-sql-2.1.0.M46
agile-sql-2.1.0.M45
agile-sql-2.1.0.M43
agile-sql-2.1.0.M42
agile-sql-2.1.0.M41
agile-sql-2.1.0.M40
agile-sql-2.1.0.M38
agile-sql-2.1.0.M37
agile-sql-2.1.0.M36
agile-sql-2.1.0.M35
agile-sql-2.1.0.M20
agile-sql-2.1.0.M19
agile-sql-2.1.0.M18
agile-sql-2.1.0.M17
agile-sql-2.1.0.M16
agile-sql-2.1.0.M15
agile-sql-2.1.0.M10
agile-sql-2.1.0.M9
agile-sql-2.1.0.M8
2.0.x
agile-sql-2.0.11
agile-sql-2.0.10
agile-sql-2.0.9
agile-sql-2.0.8
agile-sql-2.0.7
agile-sql-2.0.6
agile-sql-2.0.5
agile-sql-2.0.0
1.0.x
agile-sql-1.0.18
0.1
agile-sql-0.1

How to add a dependency to Maven

Add the following cloud.agileframework : agile-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-sql</artifactId>
    <version>2.2.0.M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.agileframework : agile-sql gradle dependency to your build.gradle file:

implementation 'cloud.agileframework:agile-sql:2.2.0.M7'

Gradle Kotlin DSL: Add the following cloud.agileframework : agile-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.agileframework:agile-sql:2.2.0.M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.agileframework : agile-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.agileframework" % "agile-sql" % "2.2.0.M7"

Advertisement