MVN

edu.jhu.hlt : concrete-agiga

Maven & Gradle

Mar 11, 2015
1 stars

Concrete - Agiga Converter · Library providing utilities for converting Annotated Gigaword documents to the Concrete NLP data schema.

<dependency>
    <groupId>edu.jhu.hlt</groupId>
    <artifactId>concrete-agiga</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.jhu.hlt : concrete-agiga to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of edu.jhu.hlt : concrete-agiga to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
concrete-agiga-4.4.0
4.3.x
concrete-agiga-4.3.3
concrete-agiga-4.3.2
concrete-agiga-4.3.1
4.2.x
concrete-agiga-4.2.1

How to add a dependency to Maven

Add the following edu.jhu.hlt : concrete-agiga maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.jhu.hlt</groupId>
    <artifactId>concrete-agiga</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.jhu.hlt : concrete-agiga gradle dependency to your build.gradle file:

implementation 'edu.jhu.hlt:concrete-agiga:4.4.0'

Gradle Kotlin DSL: Add the following edu.jhu.hlt : concrete-agiga gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.jhu.hlt:concrete-agiga:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.jhu.hlt : concrete-agiga sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.jhu.hlt" % "concrete-agiga" % "4.4.0"

Advertisement