esmf-semantic-aspect-meta-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.esmf</groupId> <artifactId>esmf-semantic-aspect-meta-model</artifactId> <version>2.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2023 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>org.eclipse.esmf</groupId> <artifactId>esmf-semantic-aspect-meta-model</artifactId> <version>2.0.0</version> <name>Semantic Aspect Meta Model</name> <description>ESMF Semantic Aspect Meta Model</description> <url>https://eclipse-esmf.github.io/</url> <licenses> <license> <name>MPL-2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> </license> </licenses> <developers> <developer> <name>Eclipse Semantic Modeling Framework Team</name> <email>esmf-dev@eclipse.org</email> <organization>Eclipse Semantic Modeling Framework</organization> <organizationUrl>https://projects.eclipse.org/projects/dt.esmf</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com:eclipse-esmf/esmf-semantic-aspect-meta-model.git</connection> <developerConnection>scm:git:ssh://git@github.com:eclipse-esmf/esmf-semantic-aspect-meta-model.git</developerConnection> <url>https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model</url> </scm> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.13</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>