Download pepper-1.12.jar file - Jar p

Jar examples for p:pepper

Description

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.

You can download jar file pepper 1.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pepper-1.12.jar to your project.

<dependency>
   <groupId>com.github.cormoran-io.pepper</groupId>
   <artifactId>pepper</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'com.github.cormoran-io.pepper', name: 'pepper', version: '1.12'
libraryDependencies += "com.github.cormoran-io.pepper" % "pepper" % "1.12"
<dependency org="com.github.cormoran-io.pepper" name="pepper" rev="1.12"/>
@Grapes(@Grab(group='com.github.cormoran-io.pepper', module='pepper', version='1.12'))
'com.github.cormoran-io.pepper:pepper:jar:1.12'

Download

Click the following link to download the jar file.

pepper-1.12-javadoc.jar
pepper-1.12-sources.jar
pepper-1.12.jar
pepper-1.12.pom



Related Tutorials