Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.h908714124 |
ArtifactId | ArtifactIdauto-builder-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotations 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"]