Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.itcb.addons.cache |
ArtifactId | ArtifactIditcb-cache |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
itcb-cache-0.2.0.pom | |
itcb-cache-0.2.0.jar | 51 KB |
itcb-cache-0.2.0-sources.jar | 47 KB |
itcb-cache-0.2.0-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.itcb.addons.cache/itcb-cache/ -->
<dependency>
<groupId>net.sf.itcb.addons.cache</groupId>
<artifactId>itcb-cache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.addons.cache/itcb-cache/
implementation 'net.sf.itcb.addons.cache:itcb-cache:0.2.0'
// https://jarcasting.com/artifacts/net.sf.itcb.addons.cache/itcb-cache/
implementation ("net.sf.itcb.addons.cache:itcb-cache:0.2.0")
'net.sf.itcb.addons.cache:itcb-cache:jar:0.2.0'
<dependency org="net.sf.itcb.addons.cache" name="itcb-cache" rev="0.2.0">
<artifact name="itcb-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.addons.cache', module='itcb-cache', version='0.2.0')
)
libraryDependencies += "net.sf.itcb.addons.cache" % "itcb-cache" % "0.2.0"
[net.sf.itcb.addons.cache/itcb-cache "0.2.0"]