GroupId | GroupIdorg.blazingcache |
---|---|
ArtifactId | ArtifactIdblazingcache-jcache |
Version | Version1.13.0 |
Type | Typejar |
Filename | Size |
---|---|
blazingcache-jcache-1.13.0.pom | |
blazingcache-jcache-1.13.0.jar | 46 KB |
blazingcache-jcache-1.13.0-sources.jar | 24 KB |
blazingcache-jcache-1.13.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.blazingcache/blazingcache-jcache/ -->
<dependency>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache-jcache</artifactId>
<version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.blazingcache/blazingcache-jcache/
implementation 'org.blazingcache:blazingcache-jcache:1.13.0'
// https://jarcasting.com/artifacts/org.blazingcache/blazingcache-jcache/
implementation ("org.blazingcache:blazingcache-jcache:1.13.0")
'org.blazingcache:blazingcache-jcache:jar:1.13.0'
<dependency org="org.blazingcache" name="blazingcache-jcache" rev="1.13.0">
<artifact name="blazingcache-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blazingcache', module='blazingcache-jcache', version='1.13.0')
)
libraryDependencies += "org.blazingcache" % "blazingcache-jcache" % "1.13.0"
[org.blazingcache/blazingcache-jcache "1.13.0"]