GroupId | GroupIdorg.openmuc.framework |
---|---|
ArtifactId | ArtifactIdopenmuc-driver-rest |
Version | Version0.18.1 |
Type | Typejar |
Filename | Size |
---|---|
openmuc-driver-rest-0.18.1.pom | |
openmuc-driver-rest-0.18.1.jar | 528 KB |
openmuc-driver-rest-0.18.1-sources.jar | 27 KB |
openmuc-driver-rest-0.18.1-javadoc.jar | 472 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.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-rest/
implementation 'org.openmuc.framework:openmuc-driver-rest:0.18.1'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-rest/
implementation ("org.openmuc.framework:openmuc-driver-rest:0.18.1")
'org.openmuc.framework:openmuc-driver-rest:jar:0.18.1'
<dependency org="org.openmuc.framework" name="openmuc-driver-rest" rev="0.18.1">
<artifact name="openmuc-driver-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-driver-rest', version='0.18.1')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-driver-rest" % "0.18.1"
[org.openmuc.framework/openmuc-driver-rest "0.18.1"]