Maven Dependency ksi-api >> 4.8.89

In this page we are giving Maven Dependency of com.guardtime >> ksi-api version4.8.89

Ads

:::ADS::: 300x600 Tutorials   
adsNew.get("ads8")

You should include the dependency code given in this page to add Maven Dependency of com.guardtime >> ksi-api version4.8.89 in your project.

In this page we are going to discuss about ksi-api version 4.8.89 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ksi-api version 4.8.89 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of ksi-api version 4.8.89 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of ksi-api version 4.8.89

Maven dependency of ksi-api version 4.8.89:

<dependency>
	<groupId>com.guardtime</groupId>
	<artifactId>ksi-api</artifactId>
	<version>4.8.89</version>
</dependency>

Gradle Dependency of ksi-api version 4.8.89

compile group: 'com.guardtime', name: 'ksi-api', version: '4.8.89'

SBT Dependency of ksi-api version 4.8.89

libraryDependencies += "com.guardtime" % "ksi-api" % "4.8.89"

Ivy Dependency of ksi-api version 4.8.89

<dependency org="com.guardtime" name="ksi-api" rev="4.8.89"/>

Grape Dependency of ksi-api version 4.8.89

@Grapes(
    @Grab(group='com.guardtime', module='ksi-api', version='4.8.89')
)

Leiningen Dependency of ksi-api version 4.8.89

[com.guardtime/ksi-api "4.8.89"]

Buildr Dependency of ksi-api version 4.8.89

'com.guardtime:ksi-api:jar:4.8.89'

Advertisements

:::ADS::: responsive