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