jar

io.gdcc : dataverse-spi

Maven & Gradle

Jun 28, 2023
878 stars

Dataverse SPI Plugin API · A package to create out-of-tree Java code for Dataverse Software. Plugin projects can use this package as an API dependency just like Jakarta EE APIs if they want to create external plugins. These will be loaded at runtime of a Dataverse installation using SPI. See also https://guides.dataverse.org/en/latest/developers for more information.

Table Of Contents

Latest Version

Download io.gdcc : dataverse-spi JAR file - Latest Versions:

All Versions

Download io.gdcc : dataverse-spi JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dataverse-spi-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.gdcc.spi.export

├─ io.gdcc.spi.export.ExportDataProvider.class - [JAR]

├─ io.gdcc.spi.export.ExportException.class - [JAR]

├─ io.gdcc.spi.export.Exporter.class - [JAR]

├─ io.gdcc.spi.export.XMLExporter.class - [JAR]