MVN

speexx : ocean-annotation-handler

Maven & Gradle

Sep 20, 2005

ocean-annotation-handler · Ocean is a project to annotate unstructured text with semantic information.

<dependency>
    <groupId>speexx</groupId>
    <artifactId>ocean-annotation-handler</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of speexx : ocean-annotation-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of speexx : ocean-annotation-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ocean-annotation-handler-1.1.1
ocean-annotation-handler-1.1.0

How to add a dependency to Maven

Add the following speexx : ocean-annotation-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>speexx</groupId>
    <artifactId>ocean-annotation-handler</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following speexx : ocean-annotation-handler gradle dependency to your build.gradle file:

implementation 'speexx:ocean-annotation-handler:1.1.1'

Gradle Kotlin DSL: Add the following speexx : ocean-annotation-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("speexx:ocean-annotation-handler:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following speexx : ocean-annotation-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "speexx" % "ocean-annotation-handler" % "1.1.1"