Differences between revisions 6 and 7
Size: 736
Comment:
|
Size: 866
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 33: | Line 33: |
* and plugin information: | * and dependency information: |
Line 35: | Line 35: |
<dependency> <groupId>ipipan</groupId> <artifactId>teiapi</artifactId> <version>1.0-SNAPSHOT</version> </dependency> |
TEI API
This page describes TeiAPI - a java library for parsing NKJP-compatible TEI P5 files.
Usage
With Maven
In your pom.xml file:
- add repository information:
1 <repositories>
2
3 <repository>
4 ...
5 </repository>
6
7 <repository>
8 <releases>
9 <enabled>true</enabled>
10 <updatePolicy>always</updatePolicy>
11 <checksumPolicy>fail</checksumPolicy>
12 </releases>
13 <id>mlenart</id>
14 <name>mlenart</name>
15 <url>http://chopin.ipipan.waw.pl/~mlenart/maven2</url>
16 <layout>default</layout>
17 </repository>
18
19 </repositories>
- and dependency information: