MVN

com.duffel : duffel-api

Maven & Gradle

Jun 20, 2023
2 stars

duffel-api · Java SDK for Duffel

<dependency>
    <groupId>com.duffel</groupId>
    <artifactId>duffel-api</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.13

All Versions

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

Version Vulnerabilities Updated
1.1.x
duffel-api-1.1.13
duffel-api-1.1.12
duffel-api-1.1.11
duffel-api-1.1.10
duffel-api-1.1.9
duffel-api-1.1.8
duffel-api-1.1.7
duffel-api-1.1.6
duffel-api-1.1.5
duffel-api-1.1.4
duffel-api-1.1.3
duffel-api-1.1.2
duffel-api-1.1.1
duffel-api-1.1.0
1.0.x
duffel-api-1.0.1
duffel-api-1.0.0
0.1.x
duffel-api-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.duffel</groupId>
    <artifactId>duffel-api</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.duffel:duffel-api:1.1.13'

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

implementation("com.duffel:duffel-api:1.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.duffel" % "duffel-api" % "1.1.13"