| GroupId | GroupIdio.github.wizzxu |
|---|---|
| ArtifactId | ArtifactIdfast-startup-api |
| Version | Version0.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| fast-startup-api-0.0.3.pom | |
| fast-startup-api-0.0.3-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wizzxu/fast-startup-api/ -->
<dependency>
<groupId>io.github.wizzxu</groupId>
<artifactId>fast-startup-api</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wizzxu/fast-startup-api/
implementation 'io.github.wizzxu:fast-startup-api:0.0.3'
// https://jarcasting.com/artifacts/io.github.wizzxu/fast-startup-api/
implementation ("io.github.wizzxu:fast-startup-api:0.0.3")
'io.github.wizzxu:fast-startup-api:aar:0.0.3'
<dependency org="io.github.wizzxu" name="fast-startup-api" rev="0.0.3">
<artifact name="fast-startup-api" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wizzxu', module='fast-startup-api', version='0.0.3')
)
libraryDependencies += "io.github.wizzxu" % "fast-startup-api" % "0.0.3"
[io.github.wizzxu/fast-startup-api "0.0.3"]