Last Version

Parser Toolkit Parent POM 3.0.8

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-parent
Version

Version

3.0.8
Type

Type

pom
Description

Description

Parser Toolkit Parent POM
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-parent 3.0.8


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

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
  • ptk-xpath