k

ksi-common

KSI Java SDK common module
The Apache License, Version 2.0
Guardtime
文件下载
文件名 操作
ksi-common-4.8.89.jar 下载
ksi-common-4.8.89.pom 下载
ksi-common-4.8.89-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guardtime</groupId>
  <artifactId>ksi-common</artifactId>
  <version>4.8.89</version>
</dependency>
Gradle Groovy
implementation 'com.guardtime:ksi-common:4.8.89'
Gradle Kotlin
implementation("com.guardtime:ksi-common:4.8.89")
Scala SBT
libraryDependencies += "com.guardtime" % "ksi-common" % "4.8.89"
Groovy Grape
@Grapes(
  @Grab(group='com.guardtime', module='ksi-common', version='4.8.89')
)
Apache Ivy
<dependency org="com.guardtime" name="ksi-common" rev="4.8.89" />
Leiningen
[com.guardtime/ksi-common "4.8.89"]
Apache Buildr
'com.guardtime:ksi-common:jar:4.8.89'