| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDex Универсальные библиотеки Utility |
| Группа | Группаcom.google.dexmaker |
| Идентификатор | Идентификаторdexmaker-dx |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdexmaker dx
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dexmaker-dx-1.2.pom | |
| dexmaker-dx-1.2.jar | 591 KB |
| dexmaker-dx-1.2-sources.jar | 522 KB |
| dexmaker-dx-1.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/ -->
<dependency>
<groupId>com.google.dexmaker</groupId>
<artifactId>dexmaker-dx</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/
implementation 'com.google.dexmaker:dexmaker-dx:1.2'
// https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/
implementation ("com.google.dexmaker:dexmaker-dx:1.2")
'com.google.dexmaker:dexmaker-dx:jar:1.2'
<dependency org="com.google.dexmaker" name="dexmaker-dx" rev="1.2">
<artifact name="dexmaker-dx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.dexmaker', module='dexmaker-dx', version='1.2')
)
libraryDependencies += "com.google.dexmaker" % "dexmaker-dx" % "1.2"
[com.google.dexmaker/dexmaker-dx "1.2"]