Last Version

Parser Toolkit 2.2.0

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
Version

Version

2.2.0
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 2.2.0

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

<!-- 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