MVN

com.swirlds : swirlds-fcmap

Maven & Gradle

Aug 27, 2021
2 usages
<dependency>
    <groupId>com.swirlds</groupId>
    <artifactId>swirlds-fcmap</artifactId>
    <version>0.17.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swirlds : swirlds-fcmap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.4

All Versions

Choose a version of com.swirlds : swirlds-fcmap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
swirlds-fcmap-0.17.4
swirlds-fcmap-0.17.3
swirlds-fcmap-0.17.1
0.16.x
swirlds-fcmap-0.16.0
0.15.x
swirlds-fcmap-0.15.1
swirlds-fcmap-0.15.0
0.9.x
swirlds-fcmap-0.9.4
swirlds-fcmap-0.9.3
swirlds-fcmap-0.9.2
swirlds-fcmap-0.9.1
swirlds-fcmap-0.9.0-patch.1
swirlds-fcmap-0.9.0
0.8.x
swirlds-fcmap-0.8.1
swirlds-fcmap-0.8.0
0.7.x
swirlds-fcmap-0.7.5
swirlds-fcmap-0.7.4

How to add a dependency to Maven

Add the following com.swirlds : swirlds-fcmap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swirlds</groupId>
    <artifactId>swirlds-fcmap</artifactId>
    <version>0.17.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swirlds : swirlds-fcmap gradle dependency to your build.gradle file:

implementation 'com.swirlds:swirlds-fcmap:0.17.4'

Gradle Kotlin DSL: Add the following com.swirlds : swirlds-fcmap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swirlds:swirlds-fcmap:0.17.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swirlds : swirlds-fcmap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swirlds" % "swirlds-fcmap" % "0.17.4"

Advertisement