MVN

org.softcatala : spanish-pos-dict

Maven & Gradle

Mar 22, 2023
1 usages
0 stars

Spanish part-of-speech dictionary · A Spanish part-of-speech (POS) dictionary as a Morfologik binary

<dependency>
    <groupId>org.softcatala</groupId>
    <artifactId>spanish-pos-dict</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.softcatala : spanish-pos-dict to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.softcatala : spanish-pos-dict to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
spanish-pos-dict-2.0
1.9
spanish-pos-dict-1.9
1.8
spanish-pos-dict-1.8
1.7
spanish-pos-dict-1.7
1.6
spanish-pos-dict-1.6
1.5
spanish-pos-dict-1.5
1.4
spanish-pos-dict-1.4
1.3
spanish-pos-dict-1.3
1.2
spanish-pos-dict-1.2
1.1
spanish-pos-dict-1.1
1.0
spanish-pos-dict-1.0
0.9
spanish-pos-dict-0.9
0.8
spanish-pos-dict-0.8
0.7
spanish-pos-dict-0.7
0.6
spanish-pos-dict-0.6
0.5
spanish-pos-dict-0.5
0.4
spanish-pos-dict-0.4
0.3
spanish-pos-dict-0.3
0.2
spanish-pos-dict-0.2
0.1
spanish-pos-dict-0.1

How to add a dependency to Maven

Add the following org.softcatala : spanish-pos-dict maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.softcatala</groupId>
    <artifactId>spanish-pos-dict</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.softcatala : spanish-pos-dict gradle dependency to your build.gradle file:

implementation 'org.softcatala:spanish-pos-dict:2.0'

Gradle Kotlin DSL: Add the following org.softcatala : spanish-pos-dict gradle kotlin dependency to your build.gradle.kts file:

implementation("org.softcatala:spanish-pos-dict:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.softcatala : spanish-pos-dict sbt scala dependency to your build.sbt file:

libraryDependencies += "org.softcatala" % "spanish-pos-dict" % "2.0"

Advertisement