| GroupId | GroupIdcom.github.racaljk | 
    
|---|---|
| ArtifactId | ArtifactIdsparrow | 
    
| Version | Version1.0.0-snapshot | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| sparrow-1.0.0-snapshot.pom | |
| sparrow-1.0.0-snapshot.jar | 11 KB | 
| sparrow-1.0.0-snapshot-sources.jar | 3 KB | 
| sparrow-1.0.0-snapshot-javadoc.jar | 393 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.racaljk/sparrow/ -->
<dependency>
    <groupId>com.github.racaljk</groupId>
    <artifactId>sparrow</artifactId>
    <version>1.0.0-snapshot</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.racaljk/sparrow/
implementation 'com.github.racaljk:sparrow:1.0.0-snapshot'
                // https://jarcasting.com/artifacts/com.github.racaljk/sparrow/
implementation ("com.github.racaljk:sparrow:1.0.0-snapshot")
                'com.github.racaljk:sparrow:jar:1.0.0-snapshot'
                <dependency org="com.github.racaljk" name="sparrow" rev="1.0.0-snapshot">
  <artifact name="sparrow" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.racaljk', module='sparrow', version='1.0.0-snapshot')
)
                libraryDependencies += "com.github.racaljk" % "sparrow" % "1.0.0-snapshot"
                [com.github.racaljk/sparrow "1.0.0-snapshot"]