<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>screenshott</artifactId> <version>1.0.0</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:screenshott:1.0.0'
implementation("com.github.nisrulz:screenshott:1.0.0")
libraryDependencies += "com.github.nisrulz" % "screenshott" % "1.0.0"
@Grapes( @Grab(group='com.github.nisrulz', module='screenshott', version='1.0.0') )
<dependency org="com.github.nisrulz" name="screenshott" rev="1.0.0" />
[com.github.nisrulz/screenshott "1.0.0"]
'com.github.nisrulz:screenshott:jar:1.0.0'
compile
|-- com.android.support:appcompat-v7:23.3.0