| GroupId | GroupIdio.github.hele-jeremy |
|---|---|
| ArtifactId | ArtifactIdappdelegate-api |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| appdelegate-api-1.0.0.pom | |
| appdelegate-api-1.0.0.aar | 4 KB |
| appdelegate-api-1.0.0-sources.jar | 2 KB |
| appdelegate-api-1.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-api/ -->
<dependency>
<groupId>io.github.hele-jeremy</groupId>
<artifactId>appdelegate-api</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-api/
implementation 'io.github.hele-jeremy:appdelegate-api:1.0.0'
// https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-api/
implementation ("io.github.hele-jeremy:appdelegate-api:1.0.0")
'io.github.hele-jeremy:appdelegate-api:aar:1.0.0'
<dependency org="io.github.hele-jeremy" name="appdelegate-api" rev="1.0.0">
<artifact name="appdelegate-api" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hele-jeremy', module='appdelegate-api', version='1.0.0')
)
libraryDependencies += "io.github.hele-jeremy" % "appdelegate-api" % "1.0.0"
[io.github.hele-jeremy/appdelegate-api "1.0.0"]