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