Download ks-core-1.7.jar file - Jar k

Jar examples for k:ks-core

Description

The Core module (ks-core) contains core abstractions and basic functionalities shared by the KnowledgeStore Frontend Server and the Java Client. It also defines the Java version of the KnowledgeStore API.

You can download jar file ks-core 1.7 in this page.

Build File

You can use the following script to add ks-core-1.7.jar to your project.

<dependency>
   <groupId>eu.fbk.knowledgestore</groupId>
   <artifactId>ks-core</artifactId>
   <version>1.7</version>
</dependency>
compile group: 'eu.fbk.knowledgestore', name: 'ks-core', version: '1.7'
libraryDependencies += "eu.fbk.knowledgestore" % "ks-core" % "1.7"
<dependency org="eu.fbk.knowledgestore" name="ks-core" rev="1.7"/>
@Grapes(@Grab(group='eu.fbk.knowledgestore', module='ks-core', version='1.7'))
'eu.fbk.knowledgestore:ks-core:jar:1.7'

Download

Click the following link to download the jar file.

ks-core-1.7-javadoc.jar
ks-core-1.7-sources.jar
ks-core-1.7-tests.jar
ks-core-1.7.jar
ks-core-1.7.pom



Related Tutorials