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