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
- Host: GitHub
- URL: https://github.com/coinbase-samples/core-java
- Owner: coinbase-samples
- License: apache-2.0
- Created: 2024-06-25T14:22:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T17:17:31.000Z (7 months ago)
- Last Synced: 2025-11-04T17:22:28.411Z (7 months ago)
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```