validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.admin-shell.aas</groupId>
<artifactId>validator</artifactId>
<version>1.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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.admin-shell.aas</groupId>
<artifactId>validator</artifactId>
<version>1.2.1</version>
<name>Asset Administration Shell Validator</name>
<description>This project includes serializers to produce various data formats for objects from the Asset Administration Shell ontology, as well as means to validate these objects.</description>
<url>https://github.com/admin-shell-io/java-serializer/validator</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<url>https://github.com/admin-shell-io/java-serializer#contributors</url>
<organization>SAP SE</organization>
</developer>
<developer>
<url>https://github.com/admin-shell-io/java-serializer#contributors</url>
<organization>Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/admin-shell-io/java-serializer.git/validator</connection>
<developerConnection>scm:git:git://github.com/admin-shell-io/java-serializer.git/validator</developerConnection>
<url>https://github.com/admin-shell-io/java-serializer/tree/main/validator</url>
</scm>
<dependencies>
<dependency>
<groupId>io.admin-shell.aas</groupId>
<artifactId>dataformat-rdf</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.31</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>