MVN

com.kingsoft.services.table : kts-core

Maven & Gradle

Dec 07, 2018
1 usages

kts-core

<dependency>
    <groupId>com.kingsoft.services.table</groupId>
    <artifactId>kts-core</artifactId>
    <version>0.9.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kingsoft.services.table : kts-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.14

All Versions

Choose a version of com.kingsoft.services.table : kts-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
kts-core-0.9.91
kts-core-0.9.14
kts-core-0.9.13
kts-core-0.9.12
kts-core-0.9.11
kts-core-0.9.10
kts-core-0.9.9
kts-core-0.9.8
kts-core-0.9.7
kts-core-0.9.6
kts-core-0.9.5
kts-core-0.9.4
kts-core-0.9.3
kts-core-0.9.2
kts-core-0.9.1
kts-core-0.9.12_test

How to add a dependency to Maven

Add the following com.kingsoft.services.table : kts-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kingsoft.services.table</groupId>
    <artifactId>kts-core</artifactId>
    <version>0.9.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kingsoft.services.table : kts-core gradle dependency to your build.gradle file:

implementation 'com.kingsoft.services.table:kts-core:0.9.14'

Gradle Kotlin DSL: Add the following com.kingsoft.services.table : kts-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kingsoft.services.table:kts-core:0.9.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kingsoft.services.table : kts-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kingsoft.services.table" % "kts-core" % "0.9.14"

Advertisement