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