croissant
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gdcc.export</groupId> <artifactId>croissant</artifactId> <version>0.1.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.export</groupId> <artifactId>croissant</artifactId> <version>0.1.4</version> <name>Croissant Exporter for Dataverse</name> <description>Croissant is a high-level format for machine learning datasets.</description> <url>https://github.com/gdcc/exporter-croissant</url> <organization> <name>Global Dataverse Community Consortium</name> <url>https://dataversecommunity.global</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>pdurbin</id> <name>Philip Durbin</name> <email>philip_durbin@harvard.edu</email> <timezone>-4</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/gdcc/exporter-croissant.git</connection> <developerConnection>scm:git:git@github.com:gdcc/exporter-croissant.git</developerConnection> <tag>croissant-0.1.4</tag> <url>https://github.com/gdcc/exporter-croissant</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/gdcc/dataverse-exporters/issues</url> </issueManagement> <ciManagement> <system>github</system> <url>https://github.com/gdcc/dataverse-exporters/actions</url> <notifiers> <notifier> <address>dataversebot@gdcc.io</address> </notifier> </notifiers> </ciManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.13.0</version> <scope>compile</scope> </dependency> </dependencies> <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>