#acl +All:read Default
= TEI API =
This page offers the official [[http://creativecommons.org/licenses/by/3.0/deed.en_US|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:'''
[[BartlomiejNiton|Bartłomiej Nitoń]]<
>
'''Authors:'''
[[MichalLenart|Michał Lenart]], [[MateuszKopec|Mateusz Kopeć]], [[BartlomiejNiton|Bartłomiej Nitoń]]<
>
'''License:''' CC BY v.3
{{http://i.creativecommons.org/l/by/3.0/88x31.png}}
== Source code ==
Source code of the library is available at [[http://git.nlp.ipipan.waw.pl/nkjp/teiapi|git repository]]. You may also be interested in: 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.1&e=jar|1.1]], [[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|1.0]]).
== Maven ==
In your {{{pom.xml}}} file:
* add repository information:
{{{#!highlight xml
...
zil-maven-repo
ZIL maven repository
http://maven.nlp.ipipan.waw.pl/content/repositories/releases
...
}}}
* and dependency information:
{{{#!highlight xml
...
pl.waw.ipipan.zil.nkjp
teiapi
1.1
...
}}}