Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.jcache |
ArtifactId | ArtifactIdbootique-jcache |
Version | Version0.24 |
Type | Typejar |
Filename | Size |
---|---|
bootique-jcache-0.24.pom | |
bootique-jcache-0.24.jar | 9 KB |
bootique-jcache-0.24-sources.jar | 5 KB |
bootique-jcache-0.24-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jcache/bootique-jcache/ -->
<dependency>
<groupId>io.bootique.jcache</groupId>
<artifactId>bootique-jcache</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jcache/bootique-jcache/
implementation 'io.bootique.jcache:bootique-jcache:0.24'
// https://jarcasting.com/artifacts/io.bootique.jcache/bootique-jcache/
implementation ("io.bootique.jcache:bootique-jcache:0.24")
'io.bootique.jcache:bootique-jcache:jar:0.24'
<dependency org="io.bootique.jcache" name="bootique-jcache" rev="0.24">
<artifact name="bootique-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jcache', module='bootique-jcache', version='0.24')
)
libraryDependencies += "io.bootique.jcache" % "bootique-jcache" % "0.24"
[io.bootique.jcache/bootique-jcache "0.24"]