| Группа | Группаeu.bolt |
|---|---|
| Идентификатор | Идентификаторscreenshotty-rx |
| Версия | Версия1.0.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| screenshotty-rx-1.0.2.pom | |
| screenshotty-rx-1.0.2.aar | 7 KB |
| screenshotty-rx-1.0.2-sources.jar | 685 bytes |
| screenshotty-rx-1.0.2-javadoc.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.bolt/screenshotty-rx/ -->
<dependency>
<groupId>eu.bolt</groupId>
<artifactId>screenshotty-rx</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/eu.bolt/screenshotty-rx/
implementation 'eu.bolt:screenshotty-rx:1.0.2'
// https://jarcasting.com/artifacts/eu.bolt/screenshotty-rx/
implementation ("eu.bolt:screenshotty-rx:1.0.2")
'eu.bolt:screenshotty-rx:aar:1.0.2'
<dependency org="eu.bolt" name="screenshotty-rx" rev="1.0.2">
<artifact name="screenshotty-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='eu.bolt', module='screenshotty-rx', version='1.0.2')
)
libraryDependencies += "eu.bolt" % "screenshotty-rx" % "1.0.2"
[eu.bolt/screenshotty-rx "1.0.2"]