is not current version
Last Version 0.9.9

org.whiley:wycli 0.8.0

A command-line interface for interacting with the Whiley ecosystem.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wycli
Version

Version

0.8.0
Type

Type

jar

Download wycli 0.8.0


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