is not current version
Last Version 0.9.9

org.whiley:wycli 0.9.7

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.9.7
Type

Type

jar

Download wycli 0.9.7


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