is not current version
Last Version 1.1.0

org.ow2.petals:petals-log-parser-api 1.0.2

A java library to parse and organize Petals logs data

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-log-parser-api
Version

Version

1.0.2
Type

Type

jar

Download petals-log-parser-api 1.0.2


<!-- 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-log-parser-api/
implementation 'org.ow2.petals:petals-log-parser-api:1.0.2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-log-parser-api/
implementation ("org.ow2.petals:petals-log-parser-api:1.0.2")
'org.ow2.petals:petals-log-parser-api:jar:1.0.2'
<dependency org="org.ow2.petals" name="petals-log-parser-api" rev="1.0.2">
  <artifact name="petals-log-parser-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-log-parser-api', version='1.0.2')
)
libraryDependencies += "org.ow2.petals" % "petals-log-parser-api" % "1.0.2"
[org.ow2.petals/petals-log-parser-api "1.0.2"]