jar

org.research-software.citation : cff-reader-java

Maven & Gradle

Feb 12, 2018
0 stars

Citation File Format Java Reader · A Java API for reading software citation metadata files in the Citation File Format.

Table Of Contents

Latest Version

Download org.research-software.citation : cff-reader-java JAR file - Latest Versions:

All Versions

Download org.research-software.citation : cff-reader-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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 cff-reader-java-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.research_software.citation.cff.exceptions

├─ org.research_software.citation.cff.exceptions.InvalidCFFFileNameException.class - [JAR]

├─ org.research_software.citation.cff.exceptions.InvalidDataException.class - [JAR]

├─ org.research_software.citation.cff.exceptions.ReadException.class - [JAR]

org.research_software.citation.cff.model.objects

├─ org.research_software.citation.cff.model.objects.DefinedValues.class - [JAR]

├─ org.research_software.citation.cff.model.objects.Entity.class - [JAR]

├─ org.research_software.citation.cff.model.objects.Person.class - [JAR]

├─ org.research_software.citation.cff.model.objects.Reference.class - [JAR]

├─ org.research_software.citation.cff.model.objects.Subject.class - [JAR]

org.research_software.citation.cff.model

├─ org.research_software.citation.cff.model.SoftwareCitationMetadata.class - [JAR]

├─ org.research_software.citation.cff.model.SoftwareCitationMetadataPojo.class - [JAR]

org.research_software.citation.cff.reader

├─ org.research_software.citation.cff.reader.SoftwareCitationMetadataPojoReader.class - [JAR]

├─ org.research_software.citation.cff.reader.SoftwareCitationMetadataReader.class - [JAR]

├─ org.research_software.citation.cff.reader.SubjectDeserializer.class - [JAR]

Advertisement