MVN

com.sparrowwallet : hummingbird

Maven & Gradle

May 29, 2023
10 stars

hummingbird · Java implementation of Uniform Resources (UR)

<dependency>
    <groupId>com.sparrowwallet</groupId>
    <artifactId>hummingbird</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sparrowwallet : hummingbird to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7

All Versions

Choose a version of com.sparrowwallet : hummingbird to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
hummingbird-1.6.7
hummingbird-1.6.6
hummingbird-1.6.5
hummingbird-1.6.4
hummingbird-1.6.3
hummingbird-1.6.2
hummingbird-1.6.1
hummingbird-1.6.0
1.5.x
hummingbird-1.5.5
hummingbird-1.5.4
hummingbird-1.5.3
hummingbird-1.5.2
hummingbird-1.5.1
1.4
hummingbird-1.4
1.3
hummingbird-1.3
1.2
hummingbird-1.2
1.1
hummingbird-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sparrowwallet</groupId>
    <artifactId>hummingbird</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sparrowwallet : hummingbird gradle dependency to your build.gradle file:

implementation 'com.sparrowwallet:hummingbird:1.6.7'

Gradle Kotlin DSL: Add the following com.sparrowwallet : hummingbird gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sparrowwallet:hummingbird:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sparrowwallet : hummingbird sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sparrowwallet" % "hummingbird" % "1.6.7"

Advertisement