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