MVN

org.dkpro.core : dkpro-core-io-penntree-asl

Maven & Gradle

Jan 01, 2023
5 usages

DKPro Core ASL - IO - Penn Treebank Format

<dependency>
    <groupId>org.dkpro.core</groupId>
    <artifactId>dkpro-core-io-penntree-asl</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dkpro.core : dkpro-core-io-penntree-asl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.dkpro.core : dkpro-core-io-penntree-asl to add to Maven or Gradle - All Versions:

  • Version Updated
  • dkpro-core-io-penntree-asl-2.3.0

    Jan 01, 2023
  • dkpro-core-io-penntree-asl-2.2.0

    Jan 18, 2021
  • dkpro-core-io-penntree-asl-2.1.0

    Dec 01, 2019
  • dkpro-core-io-penntree-asl-1.12.0

    Dec 01, 2019
  • dkpro-core-io-penntree-asl-2.0.0

    Sep 06, 2019
  • dkpro-core-io-penntree-asl-1.11.1

    Aug 16, 2019
  • dkpro-core-io-penntree-asl-1.11.0

    Jul 05, 2019

How to add a dependency to Maven

Add the following org.dkpro.core : dkpro-core-io-penntree-asl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dkpro.core</groupId>
    <artifactId>dkpro-core-io-penntree-asl</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dkpro.core : dkpro-core-io-penntree-asl gradle dependency to your build.gradle file:

implementation 'org.dkpro.core:dkpro-core-io-penntree-asl:2.3.0'

Gradle Kotlin DSL: Add the following org.dkpro.core : dkpro-core-io-penntree-asl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dkpro.core:dkpro-core-io-penntree-asl:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dkpro.core : dkpro-core-io-penntree-asl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dkpro.core" % "dkpro-core-io-penntree-asl" % "2.3.0"