is not current version
Last Version 1.1.2-snapshot

com.github.racaljk:sparrow 1.0.3-snapshot

sparrow: A pretty lightweight java web framework

GroupId

GroupId

com.github.racaljk
ArtifactId

ArtifactId

sparrow
Version

Version

1.0.3-snapshot
Type

Type

jar

Download sparrow 1.0.3-snapshot


<!-- https://jarcasting.com/artifacts/com.github.racaljk/sparrow/ -->
<dependency>
    <groupId>com.github.racaljk</groupId>
    <artifactId>sparrow</artifactId>
    <version>1.0.3-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.racaljk/sparrow/
implementation 'com.github.racaljk:sparrow:1.0.3-snapshot'
// https://jarcasting.com/artifacts/com.github.racaljk/sparrow/
implementation ("com.github.racaljk:sparrow:1.0.3-snapshot")
'com.github.racaljk:sparrow:jar:1.0.3-snapshot'
<dependency org="com.github.racaljk" name="sparrow" rev="1.0.3-snapshot">
  <artifact name="sparrow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.racaljk', module='sparrow', version='1.0.3-snapshot')
)
libraryDependencies += "com.github.racaljk" % "sparrow" % "1.0.3-snapshot"
[com.github.racaljk/sparrow "1.0.3-snapshot"]