Parser Toolkit

The parser toolkit provides basic facilities for AST building, traversal, persistence and more.

License

License

GroupId

GroupId

de.fau.cs.osr.ptk
ArtifactId

ArtifactId

parser-toolkit
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Parser Toolkit
The parser toolkit provides basic facilities for AST building, traversal, persistence and more.
Project Organization

Project Organization

University of Erlangen-Nürnberg - Open Source Research Group

Download parser-toolkit

Filename Size
parser-toolkit-2.2.0.pom 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/parser-toolkit/ -->
<dependency>
    <groupId>de.fau.cs.osr.ptk</groupId>
    <artifactId>parser-toolkit</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/parser-toolkit/
implementation 'de.fau.cs.osr.ptk:parser-toolkit:2.2.0'
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/parser-toolkit/
implementation ("de.fau.cs.osr.ptk:parser-toolkit:2.2.0")
'de.fau.cs.osr.ptk:parser-toolkit:pom:2.2.0'
<dependency org="de.fau.cs.osr.ptk" name="parser-toolkit" rev="2.2.0">
  <artifact name="parser-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.fau.cs.osr.ptk', module='parser-toolkit', version='2.2.0')
)
libraryDependencies += "de.fau.cs.osr.ptk" % "parser-toolkit" % "2.2.0"
[de.fau.cs.osr.ptk/parser-toolkit "2.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ptk-common
  • ptk-json-tools
  • ptk-xml-tools

Versions

Version
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0.1