Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.cache |
ArtifactId | ArtifactIdofficecache |
Version | Version3.39.0 |
Type | Typejar |
Filename | Size |
---|---|
officecache-3.39.0.pom | |
officecache-3.39.0.jar | 2 KB |
officecache-3.39.0-test-sources.jar | 2 KB |
officecache-3.39.0-sources.jar | 3 KB |
officecache-3.39.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.cache/officecache/ -->
<dependency>
<groupId>net.officefloor.cache</groupId>
<artifactId>officecache</artifactId>
<version>3.39.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.cache/officecache/
implementation 'net.officefloor.cache:officecache:3.39.0'
// https://jarcasting.com/artifacts/net.officefloor.cache/officecache/
implementation ("net.officefloor.cache:officecache:3.39.0")
'net.officefloor.cache:officecache:jar:3.39.0'
<dependency org="net.officefloor.cache" name="officecache" rev="3.39.0">
<artifact name="officecache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.cache', module='officecache', version='3.39.0')
)
libraryDependencies += "net.officefloor.cache" % "officecache" % "3.39.0"
[net.officefloor.cache/officecache "3.39.0"]