MVN

com.airbyte : api

Maven & Gradle

Aug 21, 2023
9 stars

Airbyte Java SDK · SDK enabling Java developers to easily integrate with the Airbyte API.

<dependency>
    <groupId>com.airbyte</groupId>
    <artifactId>api</artifactId>
    <version>0.36.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airbyte : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.36.2

All Versions

Choose a version of com.airbyte : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.36.x
api-0.36.2
0.35.x
api-0.35.0
0.33.x
api-0.33.0
0.18.x
api-0.18.4
0.16.x
api-0.16.2
0.15.x
api-0.15.1
0.14.x
api-0.14.1
0.12.x
api-0.12.1
0.5.x
api-0.5.3
api-0.5.2
0.2.x
api-0.2.1
api-0.2.0
0.1.x
api-0.1.1
0.0.x
api-0.0.10
api-0.0.7
api-0.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.airbyte</groupId>
    <artifactId>api</artifactId>
    <version>0.36.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airbyte : api gradle dependency to your build.gradle file:

implementation 'com.airbyte:api:0.36.2'

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

implementation("com.airbyte:api:0.36.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airbyte : api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airbyte" % "api" % "0.36.2"