CoinGeckoAPI Java Library

A library to provide access to the data available from CoinGecko API

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.arkc0s
ArtifactId

ArtifactId

coingecko-java
Last Version

Last Version

BETA-0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

CoinGeckoAPI Java Library
A library to provide access to the data available from CoinGecko API
Project URL

Project URL

https://github.com/ArKc0s/coingecko-java
Source Code Management

Source Code Management

http://github.com/ArKc0s/coingecko-java/tree/master

Download coingecko-java

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.arkc0s/coingecko-java/ -->
<dependency>
    <groupId>io.github.arkc0s</groupId>
    <artifactId>coingecko-java</artifactId>
    <version>BETA-0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkc0s/coingecko-java/
implementation 'io.github.arkc0s:coingecko-java:BETA-0.1.5'
// https://jarcasting.com/artifacts/io.github.arkc0s/coingecko-java/
implementation ("io.github.arkc0s:coingecko-java:BETA-0.1.5")
'io.github.arkc0s:coingecko-java:jar:BETA-0.1.5'
<dependency org="io.github.arkc0s" name="coingecko-java" rev="BETA-0.1.5">
  <artifact name="coingecko-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arkc0s', module='coingecko-java', version='BETA-0.1.5')
)
libraryDependencies += "io.github.arkc0s" % "coingecko-java" % "BETA-0.1.5"
[io.github.arkc0s/coingecko-java "BETA-0.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20210307

Project Modules

There are no modules declared in this project.

Versions

Version
BETA-0.1.5
BETA-0.1.4
BETA-0.1.2