MVN

io.admin-shell.aas : model

Maven & Gradle

Nov 04, 2021
9 usages
2 stars

Asset Administration Shell Java Model · This project includes a Java representation of the classes defined in the Asset Administration Shell ontology.

<dependency>
    <groupId>io.admin-shell.aas</groupId>
    <artifactId>model</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.admin-shell.aas : model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of io.admin-shell.aas : model to add to Maven or Gradle - All Versions:

  • Version Updated
  • model-1.2.0

    Nov 04, 2021
  • model-1.1.1

    Sep 27, 2021
  • model-1.1.0

    Sep 13, 2021
  • model-1.0.4

    Sep 10, 2021
  • model-1.0.3

    Aug 17, 2021
  • model-1.0.2

    Aug 02, 2021

How to add a dependency to Maven

Add the following io.admin-shell.aas : model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.admin-shell.aas</groupId>
    <artifactId>model</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.admin-shell.aas : model gradle dependency to your build.gradle file:

implementation 'io.admin-shell.aas:model:1.2.0'

Gradle Kotlin DSL: Add the following io.admin-shell.aas : model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.admin-shell.aas:model:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.admin-shell.aas : model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.admin-shell.aas" % "model" % "1.2.0"

Advertisement