MVN

org.fryske-akademy : TeiLinguisticsFa

Maven & Gradle

Jun 19, 2023

TeiLinguisticsFa · Jaxb classes and xslt transformations for a TEI customization supporting well defined linguistic attributes as developed by the Fryske Akademy. Linguistic enums can be found in the jaxb class for the tei Join element. The xslt's and resources generated by them can be found online in the reusables folder, xslt's are included in the jar artifact as well.

<dependency>
    <groupId>org.fryske-akademy</groupId>
    <artifactId>TeiLinguisticsFa</artifactId>
    <version>7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fryske-akademy : TeiLinguisticsFa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4

All Versions

Choose a version of org.fryske-akademy : TeiLinguisticsFa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4
TeiLinguisticsFa-7.4
7.2
TeiLinguisticsFa-7.2
7.0
TeiLinguisticsFa-7.0
6.3
TeiLinguisticsFa-6.3
6.2
TeiLinguisticsFa-6.2
6.0
TeiLinguisticsFa-6.0
5.0
TeiLinguisticsFa-5.0
4.1
TeiLinguisticsFa-4.1
3.1
TeiLinguisticsFa-3.1
3.0
TeiLinguisticsFa-3.0
2.2
TeiLinguisticsFa-2.2
2.0
TeiLinguisticsFa-2.0

How to add a dependency to Maven

Add the following org.fryske-akademy : TeiLinguisticsFa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fryske-akademy</groupId>
    <artifactId>TeiLinguisticsFa</artifactId>
    <version>7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fryske-akademy : TeiLinguisticsFa gradle dependency to your build.gradle file:

implementation 'org.fryske-akademy:TeiLinguisticsFa:7.4'

Gradle Kotlin DSL: Add the following org.fryske-akademy : TeiLinguisticsFa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fryske-akademy:TeiLinguisticsFa:7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fryske-akademy : TeiLinguisticsFa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fryske-akademy" % "TeiLinguisticsFa" % "7.4"