GroupId | GroupIdcom.klinkerapps |
---|---|
ArtifactId | ArtifactIdlauncher-apis |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
launcher-apis-1.0.6.pom | |
launcher-apis-1.0.6.aar | 20 KB |
launcher-apis-1.0.6-sources.jar | 261 bytes |
launcher-apis-1.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.klinkerapps/launcher-apis/ -->
<dependency>
<groupId>com.klinkerapps</groupId>
<artifactId>launcher-apis</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.klinkerapps/launcher-apis/
implementation 'com.klinkerapps:launcher-apis:1.0.6'
// https://jarcasting.com/artifacts/com.klinkerapps/launcher-apis/
implementation ("com.klinkerapps:launcher-apis:1.0.6")
'com.klinkerapps:launcher-apis:aar:1.0.6'
<dependency org="com.klinkerapps" name="launcher-apis" rev="1.0.6">
<artifact name="launcher-apis" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.klinkerapps', module='launcher-apis', version='1.0.6')
)
libraryDependencies += "com.klinkerapps" % "launcher-apis" % "1.0.6"
[com.klinkerapps/launcher-apis "1.0.6"]