a

auto-builder-annotations

Annotations for the auto-builder annotation processor
Files download
File Operation
auto-builder-annotations-1.0.jar download
auto-builder-annotations-1.0.pom download
auto-builder-annotations-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.h908714124</groupId>
  <artifactId>auto-builder-annotations</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.h908714124:auto-builder-annotations:1.0'
Gradle Kotlin
implementation("com.github.h908714124:auto-builder-annotations:1.0")
Scala SBT
libraryDependencies += "com.github.h908714124" % "auto-builder-annotations" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.h908714124', module='auto-builder-annotations', version='1.0')
)
Apache Ivy
<dependency org="com.github.h908714124" name="auto-builder-annotations" rev="1.0" />
Leiningen
[com.github.h908714124/auto-builder-annotations "1.0"]
Apache Buildr
'com.github.h908714124:auto-builder-annotations:jar:1.0'