Switch to unified view

a b/README.md
1
kblib
2
=====
3
4
This library provides access to the toolKB [2] (an instance can be found in [3]).
5
6
7
Dependencies
8
------------
9
10
* JDK >= 1.7
11
* Maven 3
12
13
14
Usage
15
-----
16
17
Import lib using Maven:
18
19
    <dependency>
20
      <groupId>org.sba_research.timbus.kb</groupId>
21
      <artifactId>kblib</artifactId>
22
      <version>1.0-SNAPSHOT</version>
23
    </dependency>
24
25
    <repositories>
26
        <repository>
27
            <id>olymp.ifs.tuwien.ac.at</id>
28
            <url>http://olymp.ifs.tuwien.ac.at:8080/archiva/repository/snapshots/</url>
29
        </repository>
30
    </repositories>
31
32
See [1] and the tests for usage.
33
34
35
References
36
----------
37
38
[1] <https://olymp.ifs.tuwien.ac.at/jenkins/job/kblib - Nightly/javadoc/><br/>
39
[2] <http://timbus.teco.edu/ontologies/preservationIdentifier/toolKB.owl><br/>
40
[3] <http://timbus.teco.edu/ontologies/preservationIdentifier/toolKB_instance.owl><br/>
41