| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdpl.symentis.shelly |
| ArtifactId | ArtifactIdshelly-cli |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn "application server" to build console and REPL application
|
| Filename | Size |
|---|---|
| shelly-cli-0.1.3.pom | |
| shelly-cli-0.1.3.jar | 2 KB |
| shelly-cli-0.1.3-sources.jar | 1 KB |
| shelly-cli-0.1.3-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly-cli</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/
implementation 'pl.symentis.shelly:shelly-cli:0.1.3'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/
implementation ("pl.symentis.shelly:shelly-cli:0.1.3")
'pl.symentis.shelly:shelly-cli:jar:0.1.3'
<dependency org="pl.symentis.shelly" name="shelly-cli" rev="0.1.3">
<artifact name="shelly-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-cli', version='0.1.3')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-cli" % "0.1.3"
[pl.symentis.shelly/shelly-cli "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.symentis.shelly : shelly-api | jar | 0.1.3 |
| commons-cli : commons-cli | jar | 1.2 |
| com.google.guava : guava | jar | 18.0 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.7.0 |