GroupId | GroupIdorg.opendaylight.iotdm |
---|---|
ArtifactId | ArtifactIdonem2m-artifacts |
Version | Version0.0.2-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
onem2m-artifacts-0.0.2-Lithium-SR1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-artifacts/ -->
<dependency>
<groupId>org.opendaylight.iotdm</groupId>
<artifactId>onem2m-artifacts</artifactId>
<version>0.0.2-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-artifacts/
implementation 'org.opendaylight.iotdm:onem2m-artifacts:0.0.2-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-artifacts/
implementation ("org.opendaylight.iotdm:onem2m-artifacts:0.0.2-Lithium-SR1")
'org.opendaylight.iotdm:onem2m-artifacts:pom:0.0.2-Lithium-SR1'
<dependency org="org.opendaylight.iotdm" name="onem2m-artifacts" rev="0.0.2-Lithium-SR1">
<artifact name="onem2m-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.iotdm', module='onem2m-artifacts', version='0.0.2-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.iotdm" % "onem2m-artifacts" % "0.0.2-Lithium-SR1"
[org.opendaylight.iotdm/onem2m-artifacts "0.0.2-Lithium-SR1"]