MVN

io.openmanufacturing : sds-aspect-model-validator

Maven & Gradle

Feb 09, 2023
2 usages
20 stars

SDS Aspect Model Validator · OMP SDS SDK

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

Latest Version

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

  • Latest Stable: 2.1.3

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.openmanufacturing</groupId>
    <artifactId>sds-aspect-model-validator</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-validator gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement