MVN

org.drewcarlson : coingecko-tvosx64

Maven & Gradle

Aug 08, 2022
43 stars

coingecko · Kotlin wrapper for the CoinGecko API using Ktor.

<dependency>
    <groupId>org.drewcarlson</groupId>
    <artifactId>coingecko-tvosx64</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drewcarlson : coingecko-tvosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1
  • Latest Beta: 1.0.0-beta02
  • Latest Alpha: 1.0.0-alpha02

All Versions

Choose a version of org.drewcarlson : coingecko-tvosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
coingecko-tvosx64-1.0.0-beta02
coingecko-tvosx64-1.0.0-beta01
coingecko-tvosx64-1.0.0-alpha02
coingecko-tvosx64-1.0.0-alpha01
0.4.x
coingecko-tvosx64-0.4.1
coingecko-tvosx64-0.4.0
coingecko-tvosx64-0.4.0-beta02
coingecko-tvosx64-0.4.0-beta01
0.3.x
coingecko-tvosx64-0.3.3
coingecko-tvosx64-0.3.2
coingecko-tvosx64-0.3.1
coingecko-tvosx64-0.3.0
0.2.x
coingecko-tvosx64-0.2.2

How to add a dependency to Maven

Add the following org.drewcarlson : coingecko-tvosx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drewcarlson</groupId>
    <artifactId>coingecko-tvosx64</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drewcarlson : coingecko-tvosx64 gradle dependency to your build.gradle file:

implementation 'org.drewcarlson:coingecko-tvosx64:0.4.1'

Gradle Kotlin DSL: Add the following org.drewcarlson : coingecko-tvosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drewcarlson:coingecko-tvosx64:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drewcarlson : coingecko-tvosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drewcarlson" % "coingecko-tvosx64" % "0.4.1"

Advertisement