MVN

org.eclipse.digitaltwin.aas4j : dataformat-core

Maven & Gradle

May 09, 2023
32 stars

Asset Administration Shell Serializer Core · 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>dataformat-core</artifactId>
    <version>1.0.0-milestone-03.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-milestone-03.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
dataformat-core-1.0.0-milestone-03.1
dataformat-core-1.0.0-milestone-03
dataformat-core-1.0.0-milestone-02
dataformat-core-1.0.0-milestone-01

How to add a dependency to Maven

Add the following org.eclipse.digitaltwin.aas4j : dataformat-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.digitaltwin.aas4j</groupId>
    <artifactId>dataformat-core</artifactId>
    <version>1.0.0-milestone-03.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.digitaltwin.aas4j : dataformat-core gradle dependency to your build.gradle file:

implementation 'org.eclipse.digitaltwin.aas4j:dataformat-core:1.0.0-milestone-03.1'

Gradle Kotlin DSL: Add the following org.eclipse.digitaltwin.aas4j : dataformat-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.digitaltwin.aas4j:dataformat-core:1.0.0-milestone-03.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.digitaltwin.aas4j : dataformat-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.digitaltwin.aas4j" % "dataformat-core" % "1.0.0-milestone-03.1"