xoai
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>xoai</artifactId>
<version>5.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ The contents of this file are subject to the license and copyright
~ detailed in the LICENSE and NOTICE files at the root of the source
~ tree and available online at
~
~ http://www.dspace.org/license/
-->
<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.gdcc</groupId>
<artifactId>xoai</artifactId>
<version>5.1.0</version>
<packaging>pom</packaging>
<name>XOAI : OAI-PMH Java Toolkit</name>
<description>An OAI-PMH data and/or service provider implementation, integration ready for your service.</description>
<url>https://github.com/gdcc/xoai</url>
<organization>
<name>Global Dataverse Community Consortium</name>
<url>https://dataversecommunity.global</url>
</organization>
<licenses>
<license>
<name>DuraSpace BSD License</name>
<url>https://raw.github.com/DSpace/DSpace/master/LICENSE</url>
<distribution>repo</distribution>
<comments>A BSD 3-Clause license for the DSpace codebase.</comments>
</license>
</licenses>
<developers>
<developer>
<name>Oliver Bertuch</name>
<email>xoai-lib@gdcc.io</email>
<url>https://github.com/poikilotherm</url>
<organization>Forschungszentrum Jülich GmbH</organization>
<organizationUrl>https://www.fz-juelich.de/en/zb</organizationUrl>
</developer>
<developer>
<name>DSpace @ Lyncode</name>
<email>dspace@lyncode.com</email>
<organization>Lyncode</organization>
<organizationUrl>http://www.lyncode.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:gdcc/xoai.git</connection>
<developerConnection>scm:git:git@github.com:gdcc/xoai.git</developerConnection>
<tag>xoai-5.1.0</tag>
<url>git@github.com:gdcc/xoai.git</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/gdcc/xoai/issues</url>
</issueManagement>
<ciManagement>
<system>github</system>
<url>https://github.com/gdcc/xoai/actions</url>
<notifiers>
<notifier>
<address>dataversebot@gdcc.io</address>
</notifier>
</notifiers>
</ciManagement>
<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>