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