GroupId | GroupIdeu.bolt |
---|---|
ArtifactId | ArtifactIdscreenshotty |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
screenshotty-1.0.1.pom | |
screenshotty-1.0.1.aar | 65 KB |
screenshotty-1.0.1-sources.jar | 5 KB |
screenshotty-1.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.bolt/screenshotty/ -->
<dependency>
<groupId>eu.bolt</groupId>
<artifactId>screenshotty</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/eu.bolt/screenshotty/
implementation 'eu.bolt:screenshotty:1.0.1'
// https://jarcasting.com/artifacts/eu.bolt/screenshotty/
implementation ("eu.bolt:screenshotty:1.0.1")
'eu.bolt:screenshotty:aar:1.0.1'
<dependency org="eu.bolt" name="screenshotty" rev="1.0.1">
<artifact name="screenshotty" type="aar" />
</dependency>
@Grapes(
@Grab(group='eu.bolt', module='screenshotty', version='1.0.1')
)
libraryDependencies += "eu.bolt" % "screenshotty" % "1.0.1"
[eu.bolt/screenshotty "1.0.1"]