| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.github.hihi-dev |
| Идентификатор | Идентификаторauto-value-xml-annotations |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAutoValue: XPath Extension Annotations
AutoValue extension that creates AutoValue objects from XML
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| auto-value-xml-annotations-0.1.0.pom | |
| auto-value-xml-annotations-0.1.0.jar | 930 bytes |
| auto-value-xml-annotations-0.1.0-sources.jar | 843 bytes |
| auto-value-xml-annotations-0.1.0-javadoc.jar | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hihi-dev/auto-value-xml-annotations/ -->
<dependency>
<groupId>com.github.hihi-dev</groupId>
<artifactId>auto-value-xml-annotations</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hihi-dev/auto-value-xml-annotations/
implementation 'com.github.hihi-dev:auto-value-xml-annotations:0.1.0'
// https://jarcasting.com/artifacts/com.github.hihi-dev/auto-value-xml-annotations/
implementation ("com.github.hihi-dev:auto-value-xml-annotations:0.1.0")
'com.github.hihi-dev:auto-value-xml-annotations:jar:0.1.0'
<dependency org="com.github.hihi-dev" name="auto-value-xml-annotations" rev="0.1.0">
<artifact name="auto-value-xml-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hihi-dev', module='auto-value-xml-annotations', version='0.1.0')
)
libraryDependencies += "com.github.hihi-dev" % "auto-value-xml-annotations" % "0.1.0"
[com.github.hihi-dev/auto-value-xml-annotations "0.1.0"]