MVN

org.femtoframework.coin : coin-metrics

Maven & Gradle

Nov 18, 2019
4 usages
0 stars
<dependency>
    <groupId>org.femtoframework.coin</groupId>
    <artifactId>coin-metrics</artifactId>
    <version>7.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.femtoframework.coin : coin-metrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.1

All Versions

Choose a version of org.femtoframework.coin : coin-metrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
coin-metrics-7.2.1
coin-metrics-7.2.0
7.1.x
coin-metrics-7.1.0

How to add a dependency to Maven

Add the following org.femtoframework.coin : coin-metrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.femtoframework.coin</groupId>
    <artifactId>coin-metrics</artifactId>
    <version>7.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.femtoframework.coin : coin-metrics gradle dependency to your build.gradle file:

implementation 'org.femtoframework.coin:coin-metrics:7.2.1'

Gradle Kotlin DSL: Add the following org.femtoframework.coin : coin-metrics gradle kotlin dependency to your build.gradle.kts file:

implementation("org.femtoframework.coin:coin-metrics:7.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.femtoframework.coin : coin-metrics sbt scala dependency to your build.sbt file:

libraryDependencies += "org.femtoframework.coin" % "coin-metrics" % "7.2.1"

Advertisement