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