<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>shoutout</artifactId> <version>1.0.2</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:shoutout:1.0.2'
implementation("com.github.nisrulz:shoutout:1.0.2")
libraryDependencies += "com.github.nisrulz" % "shoutout" % "1.0.2"
@Grapes( @Grab(group='com.github.nisrulz', module='shoutout', version='1.0.2') )
<dependency org="com.github.nisrulz" name="shoutout" rev="1.0.2" />
[com.github.nisrulz/shoutout "1.0.2"]
'com.github.nisrulz:shoutout:jar:1.0.2'