Download ptk-common-1.1.0.jar file - Jar p

Jar examples for p:ptk-common

Description

The parser toolkit common module provides the basic facilities for AST building, traversal, persistence and much more.

You can download jar file ptk-common 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ptk-common-1.1.0.jar to your project.

<dependency>
   <groupId>de.fau.cs.osr.ptk</groupId>
   <artifactId>ptk-common</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'de.fau.cs.osr.ptk', name: 'ptk-common', version: '1.1.0'
libraryDependencies += "de.fau.cs.osr.ptk" % "ptk-common" % "1.1.0"
<dependency org="de.fau.cs.osr.ptk" name="ptk-common" rev="1.1.0"/>
@Grapes(@Grab(group='de.fau.cs.osr.ptk', module='ptk-common', version='1.1.0'))
'de.fau.cs.osr.ptk:ptk-common:jar:1.1.0'

Download

Click the following link to download the jar file.

ptk-common-1.1.0-javadoc.jar
ptk-common-1.1.0-sources.jar
ptk-common-1.1.0.jar
ptk-common-1.1.0.pom



Related Tutorials