is not current version
Last Version 0.9.9

org.whiley:wycli 0.9.5

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

Type

jar

Download wycli 0.9.5


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