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