is not current version
Last Version 2.3.0

org.ow2.petals:petals-launcher-default 2.2.5


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-launcher-default
Version

Version

2.2.5
Type

Type

jar

Download petals-launcher-default 2.2.5


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-launcher-default/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-launcher-default</artifactId>
    <version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-launcher-default/
implementation 'org.ow2.petals:petals-launcher-default:2.2.5'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-launcher-default/
implementation ("org.ow2.petals:petals-launcher-default:2.2.5")
'org.ow2.petals:petals-launcher-default:jar:2.2.5'
<dependency org="org.ow2.petals" name="petals-launcher-default" rev="2.2.5">
  <artifact name="petals-launcher-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-launcher-default', version='2.2.5')
)
libraryDependencies += "org.ow2.petals" % "petals-launcher-default" % "2.2.5"
[org.ow2.petals/petals-launcher-default "2.2.5"]