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