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