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