is not current version
Last Version 2.0.1

io.bootique.jcache:bootique-jcache 2.0

Provides JCache integration with Bootique

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jcache
ArtifactId

ArtifactId

bootique-jcache
Version

Version

2.0
Type

Type

jar

Download bootique-jcache 2.0


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