Differences between revisions 18 and 21 (spanning 3 versions)
Size: 1794
Comment:
|
Size: 1729
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
* [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=releases&g=pl.waw.ipipan.zil.nkjp&a=teiapi&v=1.0&e=jar|Jar file]] * [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=releases&g=pl.waw.ipipan.zil.nkjp&a=teiapi&v=1.0&e=jar&c=javadoc|Javadoc]] * [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=releases&g=pl.waw.ipipan.zil.nkjp&a=teiapi&v=1.0&e=jar&c=sources|Sources]] |
|
Line 16: | Line 19: |
* [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=snapshots&g=ipipan&a=teiapi&v=1.0-SNAPSHOT&e=jar&c=javadoc|Javadoc]] * [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=snapshots&g=ipipan&a=teiapi&v=1.0-SNAPSHOT&e=jar&c=sources|Sources]] == Usage == === Without Maven === Download [[http://maven.nlp.ipipan.waw.pl/service/local/artifact/maven/redirect?r=snapshots&g=ipipan&a=teiapi&v=1.0-SNAPSHOT&e=jar|this jar]] and add it to your classpath. === With Maven === |
== Maven == |
Line 35: | Line 28: |
<url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots</url> | <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases</url> |
Line 45: | Line 38: |
<groupId>ipipan</groupId> | <groupId>pl.waw.ipipan.zil.nkjp</groupId> |
Line 47: | Line 40: |
<version>1.0-SNAPSHOT</version> | <version>1.0</version> |
TEI API
This page offers the official Creative Commons Attribution 3.0 Unported License release of the TeiAPI - a java library for parsing NKJP-compatible TEI P5 files. By downloading the package you accept the conditions of that licence.
Contact person: Mateusz Kopeć
Authors: Michał Lenart, Mateusz Kopeć
License: CC BY v.3
Source code
Source code of the library is available at git repository. You may also be interested in:
Maven
In your pom.xml file:
- add repository information:
- and dependency information: