MVN

com.gu : exact-target-client_2.11

Maven & Gradle

Jun 12, 2018
1 stars

exact-target-client · exact-target-client

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>exact-target-client_2.11</artifactId>
    <version>4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : exact-target-client_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3

All Versions

Choose a version of com.gu : exact-target-client_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3
exact-target-client_2.11-4.3
4.2
exact-target-client_2.11-4.2
4.1
exact-target-client_2.11-4.1
4.0
exact-target-client_2.11-4.0
3.0
exact-target-client_2.11-3.0
2.28
exact-target-client_2.11-2.28
2.27
exact-target-client_2.11-2.27
0.1
exact-target-client_2.11-0.1
0.0
exact-target-client_2.11-0.0

How to add a dependency to Maven

Add the following com.gu : exact-target-client_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>exact-target-client_2.11</artifactId>
    <version>4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : exact-target-client_2.11 gradle dependency to your build.gradle file:

implementation 'com.gu:exact-target-client_2.11:4.3'

Gradle Kotlin DSL: Add the following com.gu : exact-target-client_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:exact-target-client_2.11:4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : exact-target-client_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "exact-target-client_2.11" % "4.3"