is not current version
Last Version 3.3.4

be.rlab:tehanu-core 2.2.1

Tehanu is a Telegram bot for Kotlin. This artifact contains the main components and it can be used alone to embed the bot into another application.

GroupId

GroupId

be.rlab
ArtifactId

ArtifactId

tehanu-core
Version

Version

2.2.1
Type

Type

jar

Download tehanu-core 2.2.1


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