is not current version
Last Version 3.6.0

org.corpus-tools:pepper 3.1.0

A highly extensible plattform for conversion and manipulation of linguistic data between an unbound set of formats. Pepper can be used stand-alone as a command line interface, or be integrated as an API into other software products.

GroupId

GroupId

org.corpus-tools
ArtifactId

ArtifactId

pepper
Version

Version

3.1.0
Type

Type

pom

Download pepper 3.1.0


<!-- https://jarcasting.com/artifacts/org.corpus-tools/pepper/ -->
<dependency>
    <groupId>org.corpus-tools</groupId>
    <artifactId>pepper</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.corpus-tools/pepper/
implementation 'org.corpus-tools:pepper:3.1.0'
// https://jarcasting.com/artifacts/org.corpus-tools/pepper/
implementation ("org.corpus-tools:pepper:3.1.0")
'org.corpus-tools:pepper:pom:3.1.0'
<dependency org="org.corpus-tools" name="pepper" rev="3.1.0">
  <artifact name="pepper" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.corpus-tools', module='pepper', version='3.1.0')
)
libraryDependencies += "org.corpus-tools" % "pepper" % "3.1.0"
[org.corpus-tools/pepper "3.1.0"]