| GroupId | GroupIdcom.github.takusemba |
|---|---|
| ArtifactId | ArtifactIdspotlight |
| Version | Version1.7.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| spotlight-1.7.0.pom | |
| spotlight-1.7.0.aar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/spotlight/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>spotlight</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/spotlight/
implementation 'com.github.takusemba:spotlight:1.7.0'
// https://jarcasting.com/artifacts/com.github.takusemba/spotlight/
implementation ("com.github.takusemba:spotlight:1.7.0")
'com.github.takusemba:spotlight:aar:1.7.0'
<dependency org="com.github.takusemba" name="spotlight" rev="1.7.0">
<artifact name="spotlight" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='spotlight', version='1.7.0')
)
libraryDependencies += "com.github.takusemba" % "spotlight" % "1.7.0"
[com.github.takusemba/spotlight "1.7.0"]