MVN

com.github.racaljk : sparrow

Maven & Gradle

Dec 19, 2018

sparrow · Sparrow: A pretty lightweight java web framework

<dependency>
    <groupId>com.github.racaljk</groupId>
    <artifactId>sparrow</artifactId>
    <version>1.1.2-snapshot</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.2-snapshot

All Versions

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

Version Vulnerabilities Updated
1.1.x
sparrow-1.1.2-snapshot
sparrow-1.1.1-snapshot
sparrow-1.1.0-snapshot
1.0.x
sparrow-1.0.9-snapshot
sparrow-1.0.8-snapshot
sparrow-1.0.7-snapshot
sparrow-1.0.6-snapshot
sparrow-1.0.5-snapshot
sparrow-1.0.4-snapshot
sparrow-1.0.3-snapshot
sparrow-1.0.2-snapshot
sparrow-1.0.0-snapshot

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.racaljk</groupId>
    <artifactId>sparrow</artifactId>
    <version>1.1.2-snapshot</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.racaljk : sparrow gradle dependency to your build.gradle file:

implementation 'com.github.racaljk:sparrow:1.1.2-snapshot'

Gradle Kotlin DSL: Add the following com.github.racaljk : sparrow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.racaljk:sparrow:1.1.2-snapshot")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.racaljk : sparrow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.racaljk" % "sparrow" % "1.1.2-snapshot"

Advertisement