MVN

com.sparrowzoo : sparrow-container

Maven & Gradle

May 14, 2023
<dependency>
    <groupId>com.sparrowzoo</groupId>
    <artifactId>sparrow-container</artifactId>
    <version>1.0.3.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sparrowzoo : sparrow-container to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3.1-RELEASE

All Versions

Choose a version of com.sparrowzoo : sparrow-container to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sparrow-container-1.0.3.1-RELEASE
sparrow-container-1.0.3-RELEASE
sparrow-container-1.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sparrowzoo</groupId>
    <artifactId>sparrow-container</artifactId>
    <version>1.0.3.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sparrowzoo : sparrow-container gradle dependency to your build.gradle file:

implementation 'com.sparrowzoo:sparrow-container:1.0.3.1-RELEASE'

Gradle Kotlin DSL: Add the following com.sparrowzoo : sparrow-container gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sparrowzoo:sparrow-container:1.0.3.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sparrowzoo : sparrow-container sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sparrowzoo" % "sparrow-container" % "1.0.3.1-RELEASE"