Download parser-1.0.0.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 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.jolira.logdb</groupId>
   <artifactId>parser</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.jolira.logdb', name: 'parser', version: '1.0.0'
libraryDependencies += "com.jolira.logdb" % "parser" % "1.0.0"
<dependency org="com.jolira.logdb" name="parser" rev="1.0.0"/>
@Grapes(@Grab(group='com.jolira.logdb', module='parser', version='1.0.0'))
'com.jolira.logdb:parser:jar:1.0.0'

Download

Click the following link to download the jar file.

parser-1.0.0-javadoc.jar
parser-1.0.0-sources.jar
parser-1.0.0.jar
parser-1.0.0.pom



Related Tutorials