| Лицензия |
Лицензия |
|---|---|
| Группа | Группаme.fycz.maple |
| Идентификатор | Идентификаторmaple |
| Последняя версия | Последняя версия1.9 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMaple
A hook framework for Android Runtime (ART)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maple-1.9.pom | |
| maple-1.9-sources.jar | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.fycz.maple/maple/ -->
<dependency>
<groupId>me.fycz.maple</groupId>
<artifactId>maple</artifactId>
<version>1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation 'me.fycz.maple:maple:1.9'
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation ("me.fycz.maple:maple:1.9")
'me.fycz.maple:maple:aar:1.9'
<dependency org="me.fycz.maple" name="maple" rev="1.9">
<artifact name="maple" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.fycz.maple', module='maple', version='1.9')
)
libraryDependencies += "me.fycz.maple" % "maple" % "1.9"
[me.fycz.maple/maple "1.9"]