| License |
License |
|---|---|
| GroupId | GroupIdbe.rlab |
| ArtifactId | ArtifactIdtehanu-core |
| Version | Version3.3.2 |
| Type | Typejar |
| Description |
DescriptionTehanu - bot framework
Tehanu is a bot framework for Kotlin. This artifact contains the main components and
it can be used standalone to embed the bot into another application.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tehanu-core-3.3.2.pom | |
| tehanu-core-3.3.2.jar | 401 KB |
| tehanu-core-3.3.2-sources.jar | 79 KB |
| tehanu-core-3.3.2-javadoc.jar | 801 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.rlab/tehanu-core/ -->
<dependency>
<groupId>be.rlab</groupId>
<artifactId>tehanu-core</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/be.rlab/tehanu-core/
implementation 'be.rlab:tehanu-core:3.3.2'
// https://jarcasting.com/artifacts/be.rlab/tehanu-core/
implementation ("be.rlab:tehanu-core:3.3.2")
'be.rlab:tehanu-core:jar:3.3.2'
<dependency org="be.rlab" name="tehanu-core" rev="3.3.2">
<artifact name="tehanu-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.rlab', module='tehanu-core', version='3.3.2')
)
libraryDependencies += "be.rlab" % "tehanu-core" % "3.3.2"
[be.rlab/tehanu-core "3.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.31 |
| org.slf4j : jul-to-slf4j | jar | 1.7.31 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.12.4 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.12.4 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.4 |
| joda-time : joda-time | jar | 2.10.10 |
| org.jetbrains.exposed : exposed-core | jar | 0.32.1 |
| org.jetbrains.exposed : exposed-dao | jar | 0.32.1 |
| org.jetbrains.exposed : exposed-jdbc | jar | 0.32.1 |
| com.zaxxer : HikariCP | jar | 5.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.1 |
| org.slf4j : slf4j-api | jar | 1.7.31 |
| com.typesafe : config | jar | 1.4.1 |
| be.rlab : kotlin-search | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.21 |
| org.assertj : assertj-core | jar | 3.20.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.mockito : mockito-core | jar | 3.11.2 |
| org.mockito : mockito-inline | jar | 3.11.2 |
| net.bytebuddy : byte-buddy | jar | [1.11,) |
| net.bytebuddy : byte-buddy-agent | jar | [1.11,) |
| com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.2.0 |