MVN

com.jakewharton : apibuilder

Maven & Gradle

Sep 07, 2011
3 usages
25 stars

API Builder · A Java utility class which facilitates the construction of RESTful API wrappers using the builder pattern.

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>apibuilder</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jakewharton : apibuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.jakewharton : apibuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
apibuilder-1.1.1
apibuilder-1.1.0
1.0.x
apibuilder-1.0.0

How to add a dependency to Maven

Add the following com.jakewharton : apibuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>apibuilder</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jakewharton : apibuilder gradle dependency to your build.gradle file:

implementation 'com.jakewharton:apibuilder:1.1.1'

Gradle Kotlin DSL: Add the following com.jakewharton : apibuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jakewharton:apibuilder:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jakewharton : apibuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jakewharton" % "apibuilder" % "1.1.1"

Advertisement

Dependencies from Group

Aug 12, 2020
94 usages
25.5k stars
Jun 19, 2013
60 usages
5.7k stars
Aug 13, 2021
5 usages
1.7k stars
Aug 12, 2020
4 usages
25.5k stars
Sep 01, 2012
3 usages

Discover Dependencies