GroupId | GroupIdcom.googlecode.icegem |
---|---|
ArtifactId | ArtifactIdicegem-cache-utils |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
icegem-cache-utils-0.8.4.pom | |
icegem-cache-utils-0.8.4.jar | 92 KB |
icegem-cache-utils-0.8.4-sources.jar | 56 KB |
icegem-cache-utils-0.8.4-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.icegem/icegem-cache-utils/ -->
<dependency>
<groupId>com.googlecode.icegem</groupId>
<artifactId>icegem-cache-utils</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.icegem/icegem-cache-utils/
implementation 'com.googlecode.icegem:icegem-cache-utils:0.8.4'
// https://jarcasting.com/artifacts/com.googlecode.icegem/icegem-cache-utils/
implementation ("com.googlecode.icegem:icegem-cache-utils:0.8.4")
'com.googlecode.icegem:icegem-cache-utils:jar:0.8.4'
<dependency org="com.googlecode.icegem" name="icegem-cache-utils" rev="0.8.4">
<artifact name="icegem-cache-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.icegem', module='icegem-cache-utils', version='0.8.4')
)
libraryDependencies += "com.googlecode.icegem" % "icegem-cache-utils" % "0.8.4"
[com.googlecode.icegem/icegem-cache-utils "0.8.4"]