| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdcom.github.judemanutd |
| ArtifactId | ArtifactIdautostarter |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionautostarter
A library to help add your app to android autostart
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| autostarter-1.1.0.pom | |
| autostarter-1.1.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.judemanutd/autostarter/ -->
<dependency>
<groupId>com.github.judemanutd</groupId>
<artifactId>autostarter</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.judemanutd/autostarter/
implementation 'com.github.judemanutd:autostarter:1.1.0'
// https://jarcasting.com/artifacts/com.github.judemanutd/autostarter/
implementation ("com.github.judemanutd:autostarter:1.1.0")
'com.github.judemanutd:autostarter:aar:1.1.0'
<dependency org="com.github.judemanutd" name="autostarter" rev="1.1.0">
<artifact name="autostarter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.judemanutd', module='autostarter', version='1.1.0')
)
libraryDependencies += "com.github.judemanutd" % "autostarter" % "1.1.0"
[com.github.judemanutd/autostarter "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.5.20 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.20 |