Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdpl.symentis.shelly |
ArtifactId | ArtifactIdshelly-cli |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
shelly-cli-0.1.1.pom | |
shelly-cli-0.1.1.jar | 5 KB |
shelly-cli-0.1.1-sources.jar | 4 KB |
shelly-cli-0.1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly-cli</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/
implementation 'pl.symentis.shelly:shelly-cli:0.1.1'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-cli/
implementation ("pl.symentis.shelly:shelly-cli:0.1.1")
'pl.symentis.shelly:shelly-cli:jar:0.1.1'
<dependency org="pl.symentis.shelly" name="shelly-cli" rev="0.1.1">
<artifact name="shelly-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-cli', version='0.1.1')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-cli" % "0.1.1"
[pl.symentis.shelly/shelly-cli "0.1.1"]