MVN

io.openmanufacturing : sds-aspect-model-urn

Maven & Gradle

Feb 09, 2023
8 usages
20 stars

SDS Aspect Model URN · OMP SDS SDK

<dependency>
    <groupId>io.openmanufacturing</groupId>
    <artifactId>sds-aspect-model-urn</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openmanufacturing : sds-aspect-model-urn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of io.openmanufacturing : sds-aspect-model-urn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sds-aspect-model-urn-2.1.3
sds-aspect-model-urn-2.1.2
sds-aspect-model-urn-2.1.1
sds-aspect-model-urn-2.1.0
2.0.x
sds-aspect-model-urn-2.0.8
sds-aspect-model-urn-2.0.7
sds-aspect-model-urn-2.0.6
sds-aspect-model-urn-2.0.5
sds-aspect-model-urn-2.0.4
sds-aspect-model-urn-2.0.3
sds-aspect-model-urn-2.0.2
sds-aspect-model-urn-2.0.1
sds-aspect-model-urn-2.0.0
1.0.x
sds-aspect-model-urn-1.0.3
sds-aspect-model-urn-1.0.2
sds-aspect-model-urn-1.0.1
sds-aspect-model-urn-1.0.0

How to add a dependency to Maven

Add the following io.openmanufacturing : sds-aspect-model-urn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openmanufacturing</groupId>
    <artifactId>sds-aspect-model-urn</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openmanufacturing : sds-aspect-model-urn gradle dependency to your build.gradle file:

implementation 'io.openmanufacturing:sds-aspect-model-urn:2.1.3'

Gradle Kotlin DSL: Add the following io.openmanufacturing : sds-aspect-model-urn gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openmanufacturing:sds-aspect-model-urn:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openmanufacturing : sds-aspect-model-urn sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openmanufacturing" % "sds-aspect-model-urn" % "2.1.3"

Advertisement