MVN

com.kloudtek.ktserializer : ktserializer-runtime

Maven & Gradle

Feb 01, 2018
3 usages
0 stars

KTSerializer Runtime

<dependency>
    <groupId>com.kloudtek.ktserializer</groupId>
    <artifactId>ktserializer-runtime</artifactId>
    <version>1.2.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kloudtek.ktserializer : ktserializer-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.21

All Versions

Choose a version of com.kloudtek.ktserializer : ktserializer-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ktserializer-runtime-1.2.21
ktserializer-runtime-1.2.20
ktserializer-runtime-1.2.19
ktserializer-runtime-1.2.18
ktserializer-runtime-1.2.17

How to add a dependency to Maven

Add the following com.kloudtek.ktserializer : ktserializer-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kloudtek.ktserializer</groupId>
    <artifactId>ktserializer-runtime</artifactId>
    <version>1.2.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kloudtek.ktserializer : ktserializer-runtime gradle dependency to your build.gradle file:

implementation 'com.kloudtek.ktserializer:ktserializer-runtime:1.2.21'

Gradle Kotlin DSL: Add the following com.kloudtek.ktserializer : ktserializer-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kloudtek.ktserializer:ktserializer-runtime:1.2.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kloudtek.ktserializer : ktserializer-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kloudtek.ktserializer" % "ktserializer-runtime" % "1.2.21"

Advertisement