sds-test-aspect-models
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.openmanufacturing</groupId> <artifactId>sds-test-aspect-models</artifactId> <version>2.1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2021 Robert Bosch Manufacturing Solutions GmbH ~ ~ See the AUTHORS file(s) distributed with this work for additional ~ information regarding authorship. ~ ~ This Source Code Form is subject to the terms of the Mozilla Public ~ License, v. 2.0. If a copy of the MPL was not distributed with this ~ file, You can obtain one at https://mozilla.org/MPL/2.0/. ~ ~ SPDX-License-Identifier: MPL-2.0 --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.openmanufacturing</groupId> <artifactId>sds-test-aspect-models</artifactId> <version>2.1.3</version> <name>SDS Test Aspect Models</name> <description>OMP SDS SDK</description> <url>https://openmanufacturingplatform.github.io/sds-documentation/sds-developer-guide/dev-snapshot/index.html/core/sds-test-aspect-models</url> <licenses> <license> <name>MPL-2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> </license> </licenses> <developers> <developer> <name>Semantic Data Structuring Working Group</name> <email>artifacts@open-manufacturing.org</email> <organization>Open Manufacturing Platform</organization> <organizationUrl>https://open-manufacturing.org</organizationUrl> </developer> </developers> <scm> <url>https://github.com/OpenManufacturingPlatform/sds-sdk/core/sds-test-aspect-models</url> </scm> <dependencies> <dependency> <groupId>io.openmanufacturing</groupId> <artifactId>sds-aspect-model-urn</artifactId> <version>2.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.10.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-core</artifactId> <version>4.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.openmanufacturing</groupId> <artifactId>sds-aspect-meta-model</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>