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