esmf-aspect-static-meta-model-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.esmf</groupId>
<artifactId>esmf-aspect-static-meta-model-java</artifactId>
<version>2.14.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>org.eclipse.esmf</groupId>
<artifactId>esmf-aspect-static-meta-model-java</artifactId>
<version>2.14.3</version>
<name>ESMF Aspect Static Meta Model Java</name>
<description>ESMF SDK</description>
<url>https://eclipse-esmf.github.io/core/esmf-aspect-static-meta-model-java/</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-sdk.git/core/esmf-aspect-static-meta-model-java</connection>
<developerConnection>scm:git:ssh://git@github.com:eclipse-esmf/esmf-sdk.git/core/esmf-aspect-static-meta-model-java</developerConnection>
<url>https://github.com/eclipse-esmf/esmf-sdk/core/esmf-aspect-static-meta-model-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.esmf</groupId>
<artifactId>esmf-aspect-meta-model-java</artifactId>
<version>2.14.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>