MVN

org.xmtp : proto-kotlin

Maven & Gradle

Aug 22, 2023
18 stars

kotlin · XMTP Proto Kotlin Library

<dependency>
    <groupId>org.xmtp</groupId>
    <artifactId>proto-kotlin</artifactId>
    <version>3.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.26.0

All Versions

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

Version Vulnerabilities Updated
3.26.x
proto-kotlin-3.26.0
3.25.x
proto-kotlin-3.25.0
3.24.x
proto-kotlin-3.24.1
proto-kotlin-3.24.0
3.23.x
proto-kotlin-3.23.2
proto-kotlin-3.23.1
proto-kotlin-3.23.0
3.22.x
proto-kotlin-3.22.7
proto-kotlin-3.22.6
proto-kotlin-3.22.4
proto-kotlin-3.22.3
proto-kotlin-3.22.2
proto-kotlin-3.22.1
proto-kotlin-3.22.0
3.21.x
proto-kotlin-3.21.0
3.20.x
proto-kotlin-3.20.0
3.19.x
proto-kotlin-3.19.0
3.18.x
proto-kotlin-3.18.0
3.17.x
proto-kotlin-3.17.0
3.15.x
proto-kotlin-3.15.0
3.14.x
proto-kotlin-3.14.0
3.13.x
proto-kotlin-3.13.5
proto-kotlin-3.13.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xmtp</groupId>
    <artifactId>proto-kotlin</artifactId>
    <version>3.26.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.xmtp:proto-kotlin:3.26.0'

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

implementation("org.xmtp:proto-kotlin:3.26.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.xmtp" % "proto-kotlin" % "3.26.0"