Download parser-2.0.1.0-RTM.jar file - Jar p

Jar examples for p:parser

Description

Java library for parsing schools' substitution schedules. Supports multiple different systems mainly used in the German-speaking countries.

You can download jar file parser 2.0.1.0-RTM in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add parser-2.0.1.0-RTM.jar to your project.

<dependency>
   <groupId>org.batoo.jpa</groupId>
   <artifactId>parser</artifactId>
   <version>2.0.1.0-RTM</version>
</dependency>
compile group: 'org.batoo.jpa', name: 'parser', version: '2.0.1.0-RTM'
libraryDependencies += "org.batoo.jpa" % "parser" % "2.0.1.0-RTM"
<dependency org="org.batoo.jpa" name="parser" rev="2.0.1.0-RTM"/>
@Grapes(@Grab(group='org.batoo.jpa', module='parser', version='2.0.1.0-RTM'))
'org.batoo.jpa:parser:jar:2.0.1.0-RTM'

Download

Click the following link to download the jar file.

parser-2.0.1.0-RTM-javadoc.jar
parser-2.0.1.0-RTM-sources.jar
parser-2.0.1.0-RTM.jar
parser-2.0.1.0-RTM.pom



Related Tutorials