An open API service indexing awesome lists of open source software.

https://github.com/coinbase-samples/core-java

Coinbase Java Core is a library that is used by other Java samples
https://github.com/coinbase-samples/core-java

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](LICENSE).

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](https://central.sonatype.com/search?q=g%3Acom.coinbase.core+a%3Acoinbase-core-java&smo=true)

Maven example:

```xml

com.coinbase.core
coinbase-core-java
x.y.z

```

## Build

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

```bash
mvn clean install
```