License |
License |
---|---|
GroupId | GroupIdde.fau.cs.osr.ptk |
ArtifactId | ArtifactIdptk-profiler |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPTK - Test and Performance Toolkit
A toolkit providing means to test and correctness and performance of parser
implementations.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ptk-profiler-1.1.0.pom | |
ptk-profiler-1.1.0.jar | 21 KB |
ptk-profiler-1.1.0-sources.jar | 10 KB |
ptk-profiler-1.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-profiler/ -->
<dependency>
<groupId>de.fau.cs.osr.ptk</groupId>
<artifactId>ptk-profiler</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-profiler/
implementation 'de.fau.cs.osr.ptk:ptk-profiler:1.1.0'
// https://jarcasting.com/artifacts/de.fau.cs.osr.ptk/ptk-profiler/
implementation ("de.fau.cs.osr.ptk:ptk-profiler:1.1.0")
'de.fau.cs.osr.ptk:ptk-profiler:jar:1.1.0'
<dependency org="de.fau.cs.osr.ptk" name="ptk-profiler" rev="1.1.0">
<artifact name="ptk-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fau.cs.osr.ptk', module='ptk-profiler', version='1.1.0')
)
libraryDependencies += "de.fau.cs.osr.ptk" % "ptk-profiler" % "1.1.0"
[de.fau.cs.osr.ptk/ptk-profiler "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
de.fau.cs.osr.utils : utils | jar | 0.3.0 |
de.fau.cs.osr.ptk : ptk-common | jar | 1.1.0 |
junit : junit | jar | 4.7 |