| License |
License |
|---|---|
| GroupId | GroupIdio.github.floriansw |
| ArtifactId | ArtifactIdondus-api |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptiongrohe-ondus-api-java
A library which can communicate to the Grohe ONDUS API interface, e.g. to request appliance data or to send commands.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ondus-api-2.0.0.pom | |
| ondus-api-2.0.0.jar | 86 KB |
| ondus-api-2.0.0-sources.jar | 30 KB |
| ondus-api-2.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.floriansw/ondus-api/ -->
<dependency>
<groupId>io.github.floriansw</groupId>
<artifactId>ondus-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.floriansw/ondus-api/
implementation 'io.github.floriansw:ondus-api:2.0.0'
// https://jarcasting.com/artifacts/io.github.floriansw/ondus-api/
implementation ("io.github.floriansw:ondus-api:2.0.0")
'io.github.floriansw:ondus-api:jar:2.0.0'
<dependency org="io.github.floriansw" name="ondus-api" rev="2.0.0">
<artifact name="ondus-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.floriansw', module='ondus-api', version='2.0.0')
)
libraryDependencies += "io.github.floriansw" % "ondus-api" % "2.0.0"
[io.github.floriansw/ondus-api "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-text | jar | 1.6 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.28.2 |