GroupId | GroupIdcom.whirlycott |
---|---|
ArtifactId | ArtifactIdwhirlycache |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
whirlycache-0.7.1.pom | |
whirlycache-0.7.1.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whirlycott/whirlycache/ -->
<dependency>
<groupId>com.whirlycott</groupId>
<artifactId>whirlycache</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation 'com.whirlycott:whirlycache:0.7.1'
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation ("com.whirlycott:whirlycache:0.7.1")
'com.whirlycott:whirlycache:jar:0.7.1'
<dependency org="com.whirlycott" name="whirlycache" rev="0.7.1">
<artifact name="whirlycache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whirlycott', module='whirlycache', version='0.7.1')
)
libraryDependencies += "com.whirlycott" % "whirlycache" % "0.7.1"
[com.whirlycott/whirlycache "0.7.1"]