metamorph-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph-api</artifactId>
<version>8.0.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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.metafacture</groupId>
<artifactId>metamorph-api</artifactId>
<version>8.0.1</version>
<name>Metamorph API</name>
<description>API for extending Metamorph</description>
<url>https://github.com/metafacture/metafacture-core</url>
<inceptionYear>2011</inceptionYear>
<organization>
<name>Metafacture</name>
<url>https://github.com/metafacture</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>mgeipel</id>
<name>Markus M. Geipel</name>
<email>m.geipel@dnb.de</email>
<url>https://github.com/mgeipel</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
<developer>
<id>cboehme</id>
<name>Christoph Böhme</name>
<email>c.boehme@dnb.de</email>
<url>https://github.com/cboehme</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Metafacture Mailing List</name>
<subscribe>metafacture-subscribe@lists.dnb.de</subscribe>
<unsubscribe>metafacture-unsubscribe@lists.dnb.de</unsubscribe>
<post>metafacture@lists.dnb.de</post>
<archive>http://lists.dnb.de/pipermail/metafacture/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/metafacture/metafacture-core.git</connection>
<developerConnection>scm:git:https://github.com/metafacture/metafacture-core.git</developerConnection>
<tag>metafacture-core-8.0.1</tag>
<url>https://github.com/metafacture/metafacture-core</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/metafacture/metafacture-core/issues</url>
</issueManagement>
<ciManagement>
<system>Github Actions</system>
<url>https://github.com/metafacture/metafacture-core/actions</url>
</ciManagement>
</project>