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