Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 855 Bytes

Coinbase Java Core

Overview

Coinbase Java Core is a library that is used by other Java samples

License

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

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>

Build

To build the sample library, ensure that Java Development Kit (JDK) 11+ is installed and then run:

mvn clean install