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