GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-cache |
Version | Version0.19 |
Type | Typejar |
Filename | Size |
---|---|
tools-cache-0.19.pom | |
tools-cache-0.19.jar | 22 KB |
tools-cache-0.19-sources.jar | 8 KB |
tools-cache-0.19-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-cache/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-cache</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-cache/
implementation 'com.wizzardo.tools:tools-cache:0.19'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-cache/
implementation ("com.wizzardo.tools:tools-cache:0.19")
'com.wizzardo.tools:tools-cache:jar:0.19'
<dependency org="com.wizzardo.tools" name="tools-cache" rev="0.19">
<artifact name="tools-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-cache', version='0.19')
)
libraryDependencies += "com.wizzardo.tools" % "tools-cache" % "0.19"
[com.wizzardo.tools/tools-cache "0.19"]