Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 271 Bytes

Small Java application providing an example of using the Crossref API to retrieve metadata about published works. See comments in the code for more details.

To compile and execute:

mvn clean package

mvn exec:java -Dexec.mainClass="com.fivetran.CrossrefAssignment"