GroupId | GroupIdcom.github.rarnu |
---|---|
ArtifactId | ArtifactIdrarnubase |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
rarnubase-1.1.0.pom | |
rarnubase-1.1.0.aar | 2 MB |
rarnubase-1.1.0-sources.jar | 895 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rarnu/rarnubase/ -->
<dependency>
<groupId>com.github.rarnu</groupId>
<artifactId>rarnubase</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rarnu/rarnubase/
implementation 'com.github.rarnu:rarnubase:1.1.0'
// https://jarcasting.com/artifacts/com.github.rarnu/rarnubase/
implementation ("com.github.rarnu:rarnubase:1.1.0")
'com.github.rarnu:rarnubase:aar:1.1.0'
<dependency org="com.github.rarnu" name="rarnubase" rev="1.1.0">
<artifact name="rarnubase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rarnu', module='rarnubase', version='1.1.0')
)
libraryDependencies += "com.github.rarnu" % "rarnubase" % "1.1.0"
[com.github.rarnu/rarnubase "1.1.0"]