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