MVN

de.cit-ec.scie : scie-core

Maven & Gradle

Dec 10, 2014

SCIE Core · Contains the SCIE main application and the CLI interface. This project integrates the named entity recognition (NER), the PDF import and the classification and interfaces with the UIMA framework. The command line interface can be used to produce a set of UIMA XCAS files.

<dependency>
    <groupId>de.cit-ec.scie</groupId>
    <artifactId>scie-core</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.cit-ec.scie : scie-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of de.cit-ec.scie : scie-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
scie-core-2.0.1
2.0
scie-core-2.0

How to add a dependency to Maven

Add the following de.cit-ec.scie : scie-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.cit-ec.scie</groupId>
    <artifactId>scie-core</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.cit-ec.scie : scie-core gradle dependency to your build.gradle file:

implementation 'de.cit-ec.scie:scie-core:2.0.1'

Gradle Kotlin DSL: Add the following de.cit-ec.scie : scie-core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.cit-ec.scie:scie-core:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.cit-ec.scie : scie-core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.cit-ec.scie" % "scie-core" % "2.0.1"