License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.whiley |
ArtifactId | ArtifactIdwycli |
Version | Version0.9.3 |
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.9.3.pom | |
wycli-0.9.3.jar | 116 KB |
wycli-0.9.3-sources.jar | 52 KB |
wycli-0.9.3-javadoc.jar | 690 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wycli/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wycli</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wycli/
implementation 'org.whiley:wycli:0.9.3'
// https://jarcasting.com/artifacts/org.whiley/wycli/
implementation ("org.whiley:wycli:0.9.3")
'org.whiley:wycli:jar:0.9.3'
<dependency org="org.whiley" name="wycli" rev="0.9.3">
<artifact name="wycli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wycli', version='0.9.3')
)
libraryDependencies += "org.whiley" % "wycli" % "0.9.3"
[org.whiley/wycli "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.whiley : wycc | jar | 0.9.3 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |