License |
License |
---|---|
GroupId | GroupIdcom.whirlycott |
ArtifactId | ArtifactIdwhirlycache |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionWhirlycache
Super high-speed Java object cache
|
Project URL |
Project URL |
Filename | Size |
---|---|
whirlycache-1.0.1.pom | |
whirlycache-1.0.1.jar | 35 KB |
whirlycache-1.0.1-sources.jar | 44 KB |
whirlycache-1.0.1-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whirlycott/whirlycache/ -->
<dependency>
<groupId>com.whirlycott</groupId>
<artifactId>whirlycache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation 'com.whirlycott:whirlycache:1.0.1'
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation ("com.whirlycott:whirlycache:1.0.1")
'com.whirlycott:whirlycache:jar:1.0.1'
<dependency org="com.whirlycott" name="whirlycache" rev="1.0.1">
<artifact name="whirlycache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whirlycott', module='whirlycache', version='1.0.1')
)
libraryDependencies += "com.whirlycott" % "whirlycache" % "1.0.1"
[com.whirlycott/whirlycache "1.0.1"]