MVN

io.github.didi1150 : CoinApi

Maven & Gradle

Jul 26, 2020
0 stars

CoinApi for CoinSystem · That is the Api for the CoinSystem

<dependency>
    <groupId>io.github.didi1150</groupId>
    <artifactId>CoinApi</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.didi1150 : CoinApi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of io.github.didi1150 : CoinApi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
CoinApi-1.8.1
1.8
CoinApi-1.8
1.7
CoinApi-1.7
1.6
CoinApi-1.6
1.5
CoinApi-1.5
1.4
CoinApi-1.4
1.2
CoinApi-1.2
1.1
CoinApi-1.1
1.
CoinApi-1.
1.0
CoinApi-1.0
0.0.x
CoinApi-0.0.7
CoinApi-0.0.6
CoinApi-0.0.5
CoinApi-0.0.4
CoinApi-0.0.3
CoinApi-0.0.2
CoinApi-0.0.1-Snapshot

How to add a dependency to Maven

Add the following io.github.didi1150 : CoinApi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.didi1150</groupId>
    <artifactId>CoinApi</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.didi1150 : CoinApi gradle dependency to your build.gradle file:

implementation 'io.github.didi1150:CoinApi:1.8.1'

Gradle Kotlin DSL: Add the following io.github.didi1150 : CoinApi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.didi1150:CoinApi:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.didi1150 : CoinApi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.didi1150" % "CoinApi" % "1.8.1"

Advertisement