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