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