Differences between revisions 2 and 16 (spanning 14 versions)
Size: 280
Comment:
|
Size: 1237
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
=== 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. ==== Additional resources: ==== * [[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]] |
|
Line 11: | Line 19: |
* add repository information to @repositories@ element: === Without Maven === |
* add repository information: {{{#!highlight xml <repositories> ... <repository> <id>zil-maven-repo</id> <name>ZIL maven repository</name> <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots</url> </repository> ... </repositories> }}} * and dependency information: {{{#!highlight xml <dependencies> ... <dependency> <groupId>ipipan</groupId> <artifactId>teiapi</artifactId> <version>1.0-SNAPSHOT</version> </dependency> ... </dependencies> }}} |
TEI API
This page describes TeiAPI - a java library for parsing NKJP-compatible TEI P5 files.
Usage
Without Maven
Download this jar and add it to your classpath.
Additional resources:
With Maven
In your pom.xml file:
- add repository information:
- and dependency information: