dcat-3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>dcat-3</artifactId>
<version>v0.8.4</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.gdcc</groupId>
<artifactId>dcat-3</artifactId>
<version>v0.8.4</version>
<name>DCAT3 Exporter for Dataverse</name>
<description>DCAT3 is the latest version of the Data Catalog Vocabulary, enhancing interoperability and discoverability of datasets by introducing features like versioning, dataset series, and
inverse properties while maintaining backward compatibility with DCAT2.</description>
<url>https://github.com/gdcc/exporter-dcat3</url>
<organization>
<name>Global Dataverse Community Consortium</name>
<url>https://www.gdcc.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>sjaakd</id>
<name>Sjaak Derksen</name>
<email>sjaak.derksen@tno.nl</email>
<timezone>+1</timezone>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/gdcc/exporter-dcat3.git</connection>
<developerConnection>scm:git:git@github.com:gdcc/exporter-dcat3.git</developerConnection>
<url>https://github.com/gdcc/exporter-dcat3</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/gdcc/dcat-3/issues</url>
</issueManagement>
<ciManagement>
<system>github</system>
<url>https://github.com/gdcc/dcat-3/actions</url>
<notifiers>
<notifier>
<address>dataversebot@gdcc.io</address>
</notifier>
</notifiers>
</ciManagement>
<dependencies>
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>dataverse-spi</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>5.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>5.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.10.0</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>