MVN

io.tekniq : tekniq-cache

Maven & Gradle

Jul 09, 2023
37 stars

tekniq-cache · Kotlin idiomatic framework for improved JVM/Application development

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-cache</artifactId>
    <version>0.18.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tekniq : tekniq-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.5

All Versions

Choose a version of io.tekniq : tekniq-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
tekniq-cache-0.18.5
tekniq-cache-0.18.4
tekniq-cache-0.18.3
tekniq-cache-0.18.2
tekniq-cache-0.18.1
tekniq-cache-0.18.0
0.17.x
tekniq-cache-0.17.0
0.16.x
tekniq-cache-0.16.0
0.15.x
tekniq-cache-0.15.1
tekniq-cache-0.15.0
0.14.x
tekniq-cache-0.14.0
0.13.x
tekniq-cache-0.13.3
tekniq-cache-0.13.1
tekniq-cache-0.13.0
0.12.x
tekniq-cache-0.12.4
tekniq-cache-0.12.3
0.11.x
tekniq-cache-0.11.0
0.10.x
tekniq-cache-0.10.0
0.9.x
tekniq-cache-0.9.11
tekniq-cache-0.9.10
tekniq-cache-0.9.9
tekniq-cache-0.9.8
tekniq-cache-0.9.7
tekniq-cache-0.9.6
tekniq-cache-0.9.5
tekniq-cache-0.9.4
tekniq-cache-0.9.2
tekniq-cache-0.9.1
0.9
tekniq-cache-0.9
0.8.x
tekniq-cache-0.8.3
tekniq-cache-0.8.2
tekniq-cache-0.8.1
0.8
tekniq-cache-0.8
0.7.x
tekniq-cache-0.7.1
0.7
tekniq-cache-0.7

How to add a dependency to Maven

Add the following io.tekniq : tekniq-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-cache</artifactId>
    <version>0.18.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tekniq : tekniq-cache gradle dependency to your build.gradle file:

implementation 'io.tekniq:tekniq-cache:0.18.5'

Gradle Kotlin DSL: Add the following io.tekniq : tekniq-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tekniq:tekniq-cache:0.18.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tekniq : tekniq-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tekniq" % "tekniq-cache" % "0.18.5"

Advertisement