License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.whiley |
ArtifactId | ArtifactIdwycli |
Version | Version0.8.1 |
Type | Typejar |
Description |
DescriptionWhiley Command-Line Interface
A command-line interface for interacting with the Whiley ecosystem.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wycli-0.8.1.pom | |
wycli-0.8.1.jar | 148 KB |
wycli-0.8.1-sources.jar | 71 KB |
wycli-0.8.1-javadoc.jar | 762 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wycli/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wycli</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wycli/
implementation 'org.whiley:wycli:0.8.1'
// https://jarcasting.com/artifacts/org.whiley/wycli/
implementation ("org.whiley:wycli:0.8.1")
'org.whiley:wycli:jar:0.8.1'
<dependency org="org.whiley" name="wycli" rev="0.8.1">
<artifact name="wycli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wycli', version='0.8.1')
)
libraryDependencies += "org.whiley" % "wycli" % "0.8.1"
[org.whiley/wycli "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.whiley : wycc | jar | [0.8.0,0.9.0) |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |