| GroupId | GroupIdorg.openmuc.framework |
|---|---|
| ArtifactId | ArtifactIdopenmuc-driver-rest |
| Version | Version0.17.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openmuc-driver-rest-0.17.2.pom | |
| openmuc-driver-rest-0.17.2.jar | 529 KB |
| openmuc-driver-rest-0.17.2-sources.jar | 26 KB |
| openmuc-driver-rest-0.17.2-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-rest/ -->
<dependency>
<groupId>org.openmuc.framework</groupId>
<artifactId>openmuc-driver-rest</artifactId>
<version>0.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-rest/
implementation 'org.openmuc.framework:openmuc-driver-rest:0.17.2'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-rest/
implementation ("org.openmuc.framework:openmuc-driver-rest:0.17.2")
'org.openmuc.framework:openmuc-driver-rest:jar:0.17.2'
<dependency org="org.openmuc.framework" name="openmuc-driver-rest" rev="0.17.2">
<artifact name="openmuc-driver-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-driver-rest', version='0.17.2')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-driver-rest" % "0.17.2"
[org.openmuc.framework/openmuc-driver-rest "0.17.2"]