| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.h908714124 |
| Идентификатор | Идентификаторauto-builder-annotations |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAnnotations for the auto-builder annotation processor
|
<!-- https://jarcasting.com/artifacts/com.github.h908714124/auto-builder-annotations/ -->
<dependency>
<groupId>com.github.h908714124</groupId>
<artifactId>auto-builder-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h908714124/auto-builder-annotations/
implementation 'com.github.h908714124:auto-builder-annotations:1.0'
// https://jarcasting.com/artifacts/com.github.h908714124/auto-builder-annotations/
implementation ("com.github.h908714124:auto-builder-annotations:1.0")
'com.github.h908714124:auto-builder-annotations:jar:1.0'
<dependency org="com.github.h908714124" name="auto-builder-annotations" rev="1.0">
<artifact name="auto-builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h908714124', module='auto-builder-annotations', version='1.0')
)
libraryDependencies += "com.github.h908714124" % "auto-builder-annotations" % "1.0"
[com.github.h908714124/auto-builder-annotations "1.0"]