is not current version
Last Version 0.12.2

com.kotlinnlp:linguisticdescription 0.8.1

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

Categories

Categories

Kotlin Languages GUI User Interface
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

linguisticdescription
Version

Version

0.8.1
Type

Type

jar

Download linguisticdescription 0.8.1


<!-- https://jarcasting.com/artifacts/com.kotlinnlp/linguisticdescription/ -->
<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticdescription</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/linguisticdescription/
implementation 'com.kotlinnlp:linguisticdescription:0.8.1'
// https://jarcasting.com/artifacts/com.kotlinnlp/linguisticdescription/
implementation ("com.kotlinnlp:linguisticdescription:0.8.1")
'com.kotlinnlp:linguisticdescription:jar:0.8.1'
<dependency org="com.kotlinnlp" name="linguisticdescription" rev="0.8.1">
  <artifact name="linguisticdescription" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='linguisticdescription', version='0.8.1')
)
libraryDependencies += "com.kotlinnlp" % "linguisticdescription" % "0.8.1"
[com.kotlinnlp/linguisticdescription "0.8.1"]