is not current version
Last Version 3.3.4

be.rlab:tehanu-core 3.3.3

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.

GroupId

GroupId

be.rlab
ArtifactId

ArtifactId

tehanu-core
Version

Version

3.3.3
Type

Type

jar

Download tehanu-core 3.3.3


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