MVN

org.eclipse.digitaltwin.aas4j : aas4j-dataformat-parent

Maven & Gradle

Feb 05, 2024
39 stars

Eclipse Digital Twin - AAS Model for Java (AAS4J) · Eclipse AAS Model for Java (AAS4J) implements the specification of the Asset Administration Shell (AAS) such as metamodels, submodels, serialization and deserialization modules, and validators based on the AAS specifications..

<dependency>
    <groupId>org.eclipse.digitaltwin.aas4j</groupId>
    <artifactId>aas4j-dataformat-parent</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.digitaltwin.aas4j : aas4j-dataformat-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-RC1
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of org.eclipse.digitaltwin.aas4j : aas4j-dataformat-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
aas4j-dataformat-parent-1.0.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.digitaltwin.aas4j</groupId>
    <artifactId>aas4j-dataformat-parent</artifactId>
    <version>1.0.0-RC1</version>
</dependency>