Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.iip-ecosphere.platform |
ArtifactId | ArtifactIddeviceMgt.basicRegistry |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCentral device management (basic registry)
Central platform component to perform the device management in terms of an in-memory device registry.
|
<!-- https://jarcasting.com/artifacts/de.iip-ecosphere.platform/deviceMgt.basicRegistry/ -->
<dependency>
<groupId>de.iip-ecosphere.platform</groupId>
<artifactId>deviceMgt.basicRegistry</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.iip-ecosphere.platform/deviceMgt.basicRegistry/
implementation 'de.iip-ecosphere.platform:deviceMgt.basicRegistry:0.3.0'
// https://jarcasting.com/artifacts/de.iip-ecosphere.platform/deviceMgt.basicRegistry/
implementation ("de.iip-ecosphere.platform:deviceMgt.basicRegistry:0.3.0")
'de.iip-ecosphere.platform:deviceMgt.basicRegistry:jar:0.3.0'
<dependency org="de.iip-ecosphere.platform" name="deviceMgt.basicRegistry" rev="0.3.0">
<artifact name="deviceMgt.basicRegistry" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.iip-ecosphere.platform', module='deviceMgt.basicRegistry', version='0.3.0')
)
libraryDependencies += "de.iip-ecosphere.platform" % "deviceMgt.basicRegistry" % "0.3.0"
[de.iip-ecosphere.platform/deviceMgt.basicRegistry "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
de.iip-ecosphere.platform : deviceMgt | jar | ${project.version} |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar | 3.12.4 |