tekniq-sparklin

A framework designed around Kotlin

License

License

GroupId

GroupId

io.tekniq
ArtifactId

ArtifactId

tekniq-sparklin
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

tekniq-sparklin
A framework designed around Kotlin
Project URL

Project URL

https://github.com/sepatel/tekniq
Source Code Management

Source Code Management

http://github.com/sepatel/tekniq

Download tekniq-sparklin

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
org.jetbrains.kotlin : kotlin-reflect jar 1.4.10
io.tekniq : tekniq-core jar 0.11.0
com.sparkjava : spark-core jar 2.8.0
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.11.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
io.tekniq : tekniq-rest jar 0.11.0
com.hynnet : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

tekniq

A framework designed around Kotlin. Modules include

tekniq-core (click for more info)

A suite of tools that have no dependencies on other libraries providing capabilities such as loading cache, configurations, tracking tools, and more.

Gradle

compile "io.tekniq:tekniq-core:0.11.0"

Maven Dependency

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-core</artifactId>
    <version>0.11.0</version>
</dependency>

tekniq-cache (click for more info)

A kotlin friendly wrapper around Caffeine that conforms to the TqCache interface making it easy to switch to a more advanced loading cache implementation.

Gradle

compile "io.tekniq:tekniq-cache:0.11.0"

Maven Dependency

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

tekniq-jdbc (click for more info)

Provides extensions to the DataSource and Connection objects allowing one to more cleanly and easily work with the JDBC APIs with the kotlin idiom supported. Does not require overhead of object mappings or such.

Gradle

compile "io.tekniq:tekniq-jdbc:0.11.0"

Maven Dependency

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-jdbc</artifactId>
    <version>0.11.0</version>
</dependency>

tekniq-rest (click for more info)

A tool utilizing jackson-mapper for making RESTful calls to web services.

Gradle

compile "io.tekniq:tekniq-rest:0.11.0"

Maven Dependency

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-rest</artifactId>
    <version>0.11.0</version>
</dependency>

tekniq-sparklin (click for more info)

A Kotlin HTTP Framework built on top of Spark with a DSL as easy to use as NodeJS's Express or Ruby's Sinatra. Also provides a nice validation framework, easy to use authorization management, auto-transformation of body to complex object types, and more.

Gradle

compile "io.tekniq:tekniq-sparklin:0.11.0"

Maven Dependency

<dependency>
    <groupId>io.tekniq</groupId>
    <artifactId>tekniq-sparklin</artifactId>
    <version>0.11.0</version>
</dependency>

Versions

Version
0.11.0
0.10.0
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.2
0.9.1
0.9
0.8.3
0.8.2
0.8.1
0.8
0.7.1
0.7
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.4.1
0.4
0.3.1
0.3
0.2