| Группа | Группаio.github.eiualee |
|---|---|
| Идентификатор | Идентификаторeasyapi |
| Версия | Версия1.0.7 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| easyapi-1.0.7.pom | |
| easyapi-1.0.7.aar | 10 KB |
| easyapi-1.0.7-sources.jar | 3 KB |
| easyapi-1.0.7-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.eiualee/easyapi/ -->
<dependency>
<groupId>io.github.eiualee</groupId>
<artifactId>easyapi</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eiualee/easyapi/
implementation 'io.github.eiualee:easyapi:1.0.7'
// https://jarcasting.com/artifacts/io.github.eiualee/easyapi/
implementation ("io.github.eiualee:easyapi:1.0.7")
'io.github.eiualee:easyapi:aar:1.0.7'
<dependency org="io.github.eiualee" name="easyapi" rev="1.0.7">
<artifact name="easyapi" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eiualee', module='easyapi', version='1.0.7')
)
libraryDependencies += "io.github.eiualee" % "easyapi" % "1.0.7"
[io.github.eiualee/easyapi "1.0.7"]