is not current version
Last Version 2.1.0.M20

cloud.agileframework:agile-mvc 2.0.0

Cache util for Spring Boot

GroupId

GroupId

cloud.agileframework
ArtifactId

ArtifactId

agile-mvc
Version

Version

2.0.0
Type

Type

jar

Download agile-mvc 2.0.0


<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/ -->
<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-mvc</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/
implementation 'cloud.agileframework:agile-mvc:2.0.0'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/
implementation ("cloud.agileframework:agile-mvc:2.0.0")
'cloud.agileframework:agile-mvc:jar:2.0.0'
<dependency org="cloud.agileframework" name="agile-mvc" rev="2.0.0">
  <artifact name="agile-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-mvc', version='2.0.0')
)
libraryDependencies += "cloud.agileframework" % "agile-mvc" % "2.0.0"
[cloud.agileframework/agile-mvc "2.0.0"]