License |
License |
---|---|
GroupId | GroupIdde.fau.cs.osr.ptk |
ArtifactId | ArtifactIdptk-common |
Last Version | Last Version3.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPTK - Common
The parser toolkit common module provides the basic facilities for AST
building, traversal, persistence and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ptk-common-3.0.8.pom | |
ptk-common-3.0.8.jar | 105 KB |
ptk-common-3.0.8-sources.jar | 67 KB |
ptk-common-3.0.8-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-common/ -->
<dependency>
<groupId>de.fau.cs.osr.ptk</groupId>
<artifactId>ptk-common</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-common/
implementation 'de.fau.cs.osr.ptk:ptk-common:3.0.8'
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-common/
implementation ("de.fau.cs.osr.ptk:ptk-common:3.0.8")
'de.fau.cs.osr.ptk:ptk-common:jar:3.0.8'
<dependency org="de.fau.cs.osr.ptk" name="ptk-common" rev="3.0.8">
<artifact name="ptk-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fau.cs.osr.ptk', module='ptk-common', version='3.0.8')
)
libraryDependencies += "de.fau.cs.osr.ptk" % "ptk-common" % "3.0.8"
[de.fau.cs.osr.ptk/ptk-common "3.0.8"]
Group / Artifact | Type | Version |
---|---|---|
xtc : rats-runtime | jar | 1.15.0 |
de.fau.cs.osr.utils : utils | jar | 3.0.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |