Locked History Actions

Diff for "TeiAPI"

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-05-07 16:42:59
Size: 276
Editor: MichalLenart
Comment:
Revision 3 as of 2012-05-07 16:44:10
Size: 281
Editor: MichalLenart
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
In your @pom.xml@ file:
 * add repository information to @repositories@ element:
In your {{{pom.xml}}} file:
 * add repository information:
{{{#!highlight
xml

}}}

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 

Without Maven