is not current version
Last Version 0.13.3

io.tekniq:tekniq-core 0.8.2

A framework designed around Kotlin

GroupId

GroupId

io.tekniq
ArtifactId

ArtifactId

tekniq-core
Version

Version

0.8.2
Type

Type

jar

Download tekniq-core 0.8.2


<!-- https://jarcasting.com/artifacts/io.tekniq/tekniq-core/ -->
<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-core</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tekniq/tekniq-core/
implementation 'io.tekniq:tekniq-core:0.8.2'
// https://jarcasting.com/artifacts/io.tekniq/tekniq-core/
implementation ("io.tekniq:tekniq-core:0.8.2")
'io.tekniq:tekniq-core:jar:0.8.2'
<dependency org="io.tekniq" name="tekniq-core" rev="0.8.2">
  <artifact name="tekniq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tekniq', module='tekniq-core', version='0.8.2')
)
libraryDependencies += "io.tekniq" % "tekniq-core" % "0.8.2"
[io.tekniq/tekniq-core "0.8.2"]