Registry / other / ditto-model-base

ditto-model-base

JSON →
library1.5.1javamavenunverified

Eclipse Ditto is a framework for creating and managing digital twins in the IoT.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-model-base</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-MODEL-BASE
D
ditto-model-base
otherjavav1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EntityId
org.eclipse.ditto.model.base.entity.id.EntityId

Creates an EntityId for a digital twin in Eclipse Ditto.

import org.eclipse.ditto.model.base.entity.id.EntityId; public class DittoExample { public static void main(String[] args) { EntityId id = EntityId.of("namespace:name"); System.out.println(id); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ditto-model-base — mvn dependency:get ditto-model-base · libregistry