| License |
License |
|---|---|
| GroupId | GroupIdio.github.cnoke.startup |
| ArtifactId | ArtifactIdapi |
| Version | Version1.1.2 |
| Type | Typeaar |
| Description |
DescriptionApplication init tools
Android Application init tools
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| api-1.1.2.pom | |
| api-1.1.2.aar | 40 KB |
| api-1.1.2-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cnoke.startup/api/ -->
<dependency>
<groupId>io.github.cnoke.startup</groupId>
<artifactId>api</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.cnoke.startup/api/
implementation 'io.github.cnoke.startup:api:1.1.2'
// https://jarcasting.com/artifacts/io.github.cnoke.startup/api/
implementation ("io.github.cnoke.startup:api:1.1.2")
'io.github.cnoke.startup:api:aar:1.1.2'
<dependency org="io.github.cnoke.startup" name="api" rev="1.1.2">
<artifact name="api" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.cnoke.startup', module='api', version='1.1.2')
)
libraryDependencies += "io.github.cnoke.startup" % "api" % "1.1.2"
[io.github.cnoke.startup/api "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |