MVN

com.github.h908714124 : auto-builder

Maven & Gradle

Aug 02, 2019

auto-builder · Convenience builders for auto-value

<dependency>
    <groupId>com.github.h908714124</groupId>
    <artifactId>auto-builder</artifactId>
    <version>2.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.h908714124 : auto-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.3

All Versions

Choose a version of com.github.h908714124 : auto-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
auto-builder-2.9.3
auto-builder-2.9.2
auto-builder-2.9.1
2.9
auto-builder-2.9
2.8
auto-builder-2.8
2.7
auto-builder-2.7
2.6
auto-builder-2.6
2.5
auto-builder-2.5
2.4
auto-builder-2.4
2.3
auto-builder-2.3
2.2
auto-builder-2.2
2.1
auto-builder-2.1
2.0
auto-builder-2.0
1.9
auto-builder-1.9
1.8
auto-builder-1.8
1.7
auto-builder-1.7
1.6
auto-builder-1.6
1.5
auto-builder-1.5
1.4
auto-builder-1.4
1.3
auto-builder-1.3
1.2
auto-builder-1.2
1.1
auto-builder-1.1
1.0
auto-builder-1.0

How to add a dependency to Maven

Add the following com.github.h908714124 : auto-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.h908714124</groupId>
    <artifactId>auto-builder</artifactId>
    <version>2.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.h908714124 : auto-builder gradle dependency to your build.gradle file:

implementation 'com.github.h908714124:auto-builder:2.9.3'

Gradle Kotlin DSL: Add the following com.github.h908714124 : auto-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.h908714124:auto-builder:2.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.h908714124 : auto-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.h908714124" % "auto-builder" % "2.9.3"

Advertisement