MVN

org.corpus-tools : pepperModules-ModuleBox

Maven & Gradle

Feb 28, 2017

This project contains a set of modules to be plugged into the linguistic converter framework Pepper.

<dependency>
    <groupId>org.corpus-tools</groupId>
    <artifactId>pepperModules-ModuleBox</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.corpus-tools : pepperModules-ModuleBox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.corpus-tools : pepperModules-ModuleBox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pepperModules-ModuleBox-1.0.2
pepperModules-ModuleBox-1.0.1
pepperModules-ModuleBox-1.0.0

How to add a dependency to Maven

Add the following org.corpus-tools : pepperModules-ModuleBox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.corpus-tools</groupId>
    <artifactId>pepperModules-ModuleBox</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.corpus-tools : pepperModules-ModuleBox gradle dependency to your build.gradle file:

implementation 'org.corpus-tools:pepperModules-ModuleBox:1.0.2'

Gradle Kotlin DSL: Add the following org.corpus-tools : pepperModules-ModuleBox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.corpus-tools:pepperModules-ModuleBox:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.corpus-tools : pepperModules-ModuleBox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.corpus-tools" % "pepperModules-ModuleBox" % "1.0.2"

Advertisement