MVN

io.github.dftrakesh : bigcommerce-sdk

Maven & Gradle

May 24, 2023

bigcommerce-sdk · BigCommerce API using JDK 11

<dependency>
    <groupId>io.github.dftrakesh</groupId>
    <artifactId>bigcommerce-sdk</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dftrakesh : bigcommerce-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of io.github.dftrakesh : bigcommerce-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bigcommerce-sdk-1.1.6
bigcommerce-sdk-1.1.4
bigcommerce-sdk-1.1.3
bigcommerce-sdk-1.1.2
bigcommerce-sdk-1.1.1
bigcommerce-sdk-1.1.0
1.0.x
bigcommerce-sdk-1.0.9
bigcommerce-sdk-1.0.8
bigcommerce-sdk-1.0.6
bigcommerce-sdk-1.0.5
bigcommerce-sdk-1.0.4
bigcommerce-sdk-1.0.3
bigcommerce-sdk-1.0.2
bigcommerce-sdk-1.0.1
bigcommerce-sdk-1.0.0

How to add a dependency to Maven

Add the following io.github.dftrakesh : bigcommerce-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dftrakesh</groupId>
    <artifactId>bigcommerce-sdk</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dftrakesh : bigcommerce-sdk gradle dependency to your build.gradle file:

implementation 'io.github.dftrakesh:bigcommerce-sdk:1.1.6'

Gradle Kotlin DSL: Add the following io.github.dftrakesh : bigcommerce-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dftrakesh:bigcommerce-sdk:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dftrakesh : bigcommerce-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dftrakesh" % "bigcommerce-sdk" % "1.1.6"