| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.jakewharton.dex |
| Идентификатор | Идентификаторdex-method-list |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dex-method-list-1.2.0.pom | |
| dex-method-list-1.2.0.jar | 13 KB |
| dex-method-list-1.2.0-sources.jar | 2 KB |
| dex-method-list-1.2.0-javadoc.jar | 24 KB |
| dex-method-list-1.2.0-binary.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/ -->
<dependency>
<groupId>com.jakewharton.dex</groupId>
<artifactId>dex-method-list</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/
implementation 'com.jakewharton.dex:dex-method-list:1.2.0'
// https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/
implementation ("com.jakewharton.dex:dex-method-list:1.2.0")
'com.jakewharton.dex:dex-method-list:jar:1.2.0'
<dependency org="com.jakewharton.dex" name="dex-method-list" rev="1.2.0">
<artifact name="dex-method-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.dex', module='dex-method-list', version='1.2.0')
)
libraryDependencies += "com.jakewharton.dex" % "dex-method-list" % "1.2.0"
[com.jakewharton.dex/dex-method-list "1.2.0"]