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