| Categories |
CategoriesCLI User Interface JSON Data |
|---|---|
| GroupId | GroupIdde.otto |
| ArtifactId | ArtifactIdjsonhome-client |
| Version | Version0.3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsonhome-client-0.3.6.pom | |
| jsonhome-client-0.3.6.jar | 6 KB |
| jsonhome-client-0.3.6-sources.jar | 7 KB |
| jsonhome-client-0.3.6-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto/jsonhome-client/ -->
<dependency>
<groupId>de.otto</groupId>
<artifactId>jsonhome-client</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto/jsonhome-client/
implementation 'de.otto:jsonhome-client:0.3.6'
// https://jarcasting.com/artifacts/de.otto/jsonhome-client/
implementation ("de.otto:jsonhome-client:0.3.6")
'de.otto:jsonhome-client:jar:0.3.6'
<dependency org="de.otto" name="jsonhome-client" rev="0.3.6">
<artifact name="jsonhome-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto', module='jsonhome-client', version='0.3.6')
)
libraryDependencies += "de.otto" % "jsonhome-client" % "0.3.6"
[de.otto/jsonhome-client "0.3.6"]