Registry / other / ditto-model-things

ditto-model-things

JSON →
library1.5.1javamavenunverified

Model classes for representing digital twin 'things' in Eclipse Ditto.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-model-things</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-MODEL-THINGS
D
ditto-model-things
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.

Thing
org.eclipse.ditto.model.things.Thing

Minimal usage of Thing model.

import org.eclipse.ditto.model.things.Thing; import org.eclipse.ditto.model.things.ThingId; public class Example { public static void main(String[] args) { ThingId thingId = ThingId.of("namespace", "name"); Thing thing = Thing.newBuilder().setId(thingId).build(); System.out.println("Thing created: " + thing); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
ditto-model-things — mvn dependency:get ditto-model-things · libregistry