License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-log-parser-api |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Library for Petals Flow Logs
A java library to parse and organize Petals logs data
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-log-parser-api/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-log-parser-api</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-log-parser-api/
implementation 'org.ow2.petals:petals-log-parser-api:1.1.0'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-log-parser-api/
implementation ("org.ow2.petals:petals-log-parser-api:1.1.0")
'org.ow2.petals:petals-log-parser-api:jar:1.1.0'
<dependency org="org.ow2.petals" name="petals-log-parser-api" rev="1.1.0">
<artifact name="petals-log-parser-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-log-parser-api', version='1.1.0')
)
libraryDependencies += "org.ow2.petals" % "petals-log-parser-api" % "1.1.0"
[org.ow2.petals/petals-log-parser-api "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.petals : petals-commons-log | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |