This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Contains common test classes and data.
2222To install the SANSA Inference API, you need to download it via Git and install it via Maven.
2323``` shell
2424git clone https://github.com/SANSA-Stack/SANSA-Inference.git
25- cd SNASA -Inference
25+ cd SANSA -Inference
2626mvn clean install
2727```
2828Afterwards, you have to add the dependency to your pom.xml
@@ -52,23 +52,24 @@ Using Maven pre-build artifacts
5252 <name >University Leipzig, AKSW Maven2 Repository</name >
5353 <url >http://maven.aksw.org/archiva/repository/snapshots</url >
5454 <releases >
55- <enabled >false</enabled >
56- </releases >
57- <snapshots >
58- <enabled >true</enabled >
59- </snapshots >
55+ <releases >
56+ <enabled >false</enabled >
57+ </releases >
58+ <snapshots >
59+ <enabled >true</enabled >
60+ </snapshots >
6061</repository >
6162
6263<repository >
6364 <id >maven.aksw.internal</id >
6465 <name >University Leipzig, AKSW Maven2 Internal Repository</name >
6566 <url >http://maven.aksw.org/archiva/repository/internal</url >
6667 <releases >
67- <enabled >true</enabled >
68- </releases >
69- <snapshots >
70- <enabled >false</enabled >
71- </snapshots >
68+ <enabled >true</enabled >
69+ </releases >
70+ <snapshots >
71+ <enabled >false</enabled >
72+ </snapshots >
7273</repository >
7374```
74752 . Add dependency to your pom.xml
You can’t perform that action at this time.
0 commit comments