MVN

help.swgoh.api : swgoh-api-connector

Maven & Gradle

Jun 08, 2021
10 stars

help.swgoh.api:swgoh-api-connector · A collection of Java helper classes that allow for easy and immediate access to the api.swgoh.help endpoints.

<dependency>
    <groupId>help.swgoh.api</groupId>
    <artifactId>swgoh-api-connector</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of help.swgoh.api : swgoh-api-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of help.swgoh.api : swgoh-api-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
swgoh-api-connector-4.3.0
4.2.x
swgoh-api-connector-4.2.1
swgoh-api-connector-4.2.0
4.1.x
swgoh-api-connector-4.1.0
4.0.x
swgoh-api-connector-4.0.1
swgoh-api-connector-4.0.0
3.2.x
swgoh-api-connector-3.2.0
3.1.x
swgoh-api-connector-3.1.4
swgoh-api-connector-3.1.3
swgoh-api-connector-3.1.2
swgoh-api-connector-3.1.1
swgoh-api-connector-3.1.0
3.0.x
swgoh-api-connector-3.0.0
2.0.x
swgoh-api-connector-2.0.1
swgoh-api-connector-2.0.0
1.2.x
swgoh-api-connector-1.2.0
1.1.x
swgoh-api-connector-1.1.1
swgoh-api-connector-1.1.0
1.0.x
swgoh-api-connector-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>help.swgoh.api</groupId>
    <artifactId>swgoh-api-connector</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following help.swgoh.api : swgoh-api-connector gradle dependency to your build.gradle file:

implementation 'help.swgoh.api:swgoh-api-connector:4.3.0'

Gradle Kotlin DSL: Add the following help.swgoh.api : swgoh-api-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("help.swgoh.api:swgoh-api-connector:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following help.swgoh.api : swgoh-api-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "help.swgoh.api" % "swgoh-api-connector" % "4.3.0"

Advertisement