is not current version
Last Version 3.1.1

org.ow2.petals:petals-cli 2.1.4


Categories

Categories

CLI User Interface
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-cli
Version

Version

2.1.4
Type

Type

jar

Download petals-cli 2.1.4


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