MVN

org.ton : ton-kotlin

Maven & Gradle

Mar 20, 2023

ton-kotlin · Kotlin/Multiplatform SDK for The Open Network

<dependency>
    <groupId>org.ton</groupId>
    <artifactId>ton-kotlin</artifactId>
    <version>0.2.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ton : ton-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.16

All Versions

Choose a version of org.ton : ton-kotlin to add to Maven or Gradle - All Versions:

  • Version Updated
  • ton-kotlin-0.2.16

    Mar 20, 2023
  • ton-kotlin-0.2.15

    Mar 03, 2023
  • ton-kotlin-0.2.14

    Feb 07, 2023
  • ton-kotlin-0.2.13

    Feb 05, 2023
  • ton-kotlin-0.2.12

    Feb 04, 2023
  • ton-kotlin-0.2.10

    Feb 02, 2023
  • ton-kotlin-0.2.9

    Feb 01, 2023
  • ton-kotlin-0.2.8

    Jan 29, 2023
  • ton-kotlin-0.2.7

    Jan 25, 2023
  • ton-kotlin-0.2.6

    Jan 21, 2023
  • ton-kotlin-0.2.4

    Dec 24, 2022
  • ton-kotlin-0.2.2

    Dec 23, 2022
  • ton-kotlin-0.2.1

    Dec 22, 2022
  • ton-kotlin-0.2.0

    Dec 22, 2022
  • ton-kotlin-0.1.1

    Dec 03, 2022
  • ton-kotlin-0.1.0

    Oct 23, 2022
  • ton-kotlin-0.0.2

    May 09, 2022
  • ton-kotlin-0.0.1

    May 08, 2022

How to add a dependency to Maven

Add the following org.ton : ton-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ton</groupId>
    <artifactId>ton-kotlin</artifactId>
    <version>0.2.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ton : ton-kotlin gradle dependency to your build.gradle file:

implementation 'org.ton:ton-kotlin:0.2.16'

Gradle Kotlin DSL: Add the following org.ton : ton-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ton:ton-kotlin:0.2.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ton : ton-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ton" % "ton-kotlin" % "0.2.16"