GroupId | GroupIdcom.github.nisrulz |
---|---|
ArtifactId | ArtifactIdawesomelib |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
awesomelib-1.0.pom | |
awesomelib-1.0.aar | 14 KB |
awesomelib-1.0-sources.jar | 984 bytes |
awesomelib-1.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/awesomelib/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>awesomelib</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/awesomelib/
implementation 'com.github.nisrulz:awesomelib:1.0'
// https://jarcasting.com/artifacts/com.github.nisrulz/awesomelib/
implementation ("com.github.nisrulz:awesomelib:1.0")
'com.github.nisrulz:awesomelib:aar:1.0'
<dependency org="com.github.nisrulz" name="awesomelib" rev="1.0">
<artifact name="awesomelib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='awesomelib', version='1.0')
)
libraryDependencies += "com.github.nisrulz" % "awesomelib" % "1.0"
[com.github.nisrulz/awesomelib "1.0"]