Coinbase Java Core is a library that is used by other Java samples
The Coinbase Java Core sample library is free and open source and released under the Apache License, Version 2.0.
The application and code are only available for demonstration purposes.
Binaries and dependency information for Maven, Gradle, Ivy and others can be found at the Maven Central Repository
Maven example:
<dependency>
<groupId>com.coinbase.core</groupId>
<artifactId>coinbase-core-java</artifactId>
<version>x.y.z</version>
</dependency>
To build the sample library, ensure that Java Development Kit (JDK) 11+ is installed and then run:
mvn clean install