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