| Группа | Группаcom.github.takusemba |
|---|---|
| Идентификатор | Идентификаторspotlight |
| Версия | Версия1.1.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| spotlight-1.1.1.pom | |
| spotlight-1.1.1.aar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/spotlight/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>spotlight</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/spotlight/
implementation 'com.github.takusemba:spotlight:1.1.1'
// https://jarcasting.com/artifacts/com.github.takusemba/spotlight/
implementation ("com.github.takusemba:spotlight:1.1.1")
'com.github.takusemba:spotlight:aar:1.1.1'
<dependency org="com.github.takusemba" name="spotlight" rev="1.1.1">
<artifact name="spotlight" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='spotlight', version='1.1.1')
)
libraryDependencies += "com.github.takusemba" % "spotlight" % "1.1.1"
[com.github.takusemba/spotlight "1.1.1"]