MVN

com.guardtime : ksi-service-ha

Maven & Gradle

Jan 11, 2022
1 usages
18 stars

KSI High Availability Service · Service for Java SDK that can be used to achieve redundancy.

<dependency>
    <groupId>com.guardtime</groupId>
    <artifactId>ksi-service-ha</artifactId>
    <version>4.18.217</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.guardtime : ksi-service-ha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.18.217

All Versions

Choose a version of com.guardtime : ksi-service-ha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.18.x
ksi-service-ha-4.18.217
4.17.x
ksi-service-ha-4.17.213
4.16.x
ksi-service-ha-4.16.205
4.15.x
ksi-service-ha-4.15.198
4.14.x
ksi-service-ha-4.14.193
4.13.x
ksi-service-ha-4.13.187
4.12.x
ksi-service-ha-4.12.181
4.11.x
ksi-service-ha-4.11.153
4.10.x
ksi-service-ha-4.10.119
ksi-service-ha-4.10.117

How to add a dependency to Maven

Add the following com.guardtime : ksi-service-ha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.guardtime</groupId>
    <artifactId>ksi-service-ha</artifactId>
    <version>4.18.217</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.guardtime : ksi-service-ha gradle dependency to your build.gradle file:

implementation 'com.guardtime:ksi-service-ha:4.18.217'

Gradle Kotlin DSL: Add the following com.guardtime : ksi-service-ha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.guardtime:ksi-service-ha:4.18.217")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.guardtime : ksi-service-ha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.guardtime" % "ksi-service-ha" % "4.18.217"

Advertisement