| GroupId | GroupIdio.tekniq |
|---|---|
| ArtifactId | ArtifactIdtekniq-cache |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tekniq-cache-0.7.pom | |
| tekniq-cache-0.7.jar | 4 KB |
| tekniq-cache-0.7-sources.jar | 1 KB |
| tekniq-cache-0.7-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tekniq/tekniq-cache/ -->
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-cache</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.tekniq/tekniq-cache/
implementation 'io.tekniq:tekniq-cache:0.7'
// https://jarcasting.com/artifacts/io.tekniq/tekniq-cache/
implementation ("io.tekniq:tekniq-cache:0.7")
'io.tekniq:tekniq-cache:jar:0.7'
<dependency org="io.tekniq" name="tekniq-cache" rev="0.7">
<artifact name="tekniq-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tekniq', module='tekniq-cache', version='0.7')
)
libraryDependencies += "io.tekniq" % "tekniq-cache" % "0.7"
[io.tekniq/tekniq-cache "0.7"]