MVN

com.zenvia : zenvia-api-sdk-starter-client-apache

Maven & Gradle

Nov 29, 2019
9 stars

Zenvia API Client Apache Starter · Starter for building Zenvia API Client using Apache

<dependency>
    <groupId>com.zenvia</groupId>
    <artifactId>zenvia-api-sdk-starter-client-apache</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zenvia : zenvia-api-sdk-starter-client-apache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.zenvia : zenvia-api-sdk-starter-client-apache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
zenvia-api-sdk-starter-client-apache-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zenvia</groupId>
    <artifactId>zenvia-api-sdk-starter-client-apache</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zenvia : zenvia-api-sdk-starter-client-apache gradle dependency to your build.gradle file:

implementation 'com.zenvia:zenvia-api-sdk-starter-client-apache:1.1.0'

Gradle Kotlin DSL: Add the following com.zenvia : zenvia-api-sdk-starter-client-apache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zenvia:zenvia-api-sdk-starter-client-apache:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zenvia : zenvia-api-sdk-starter-client-apache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zenvia" % "zenvia-api-sdk-starter-client-apache" % "1.1.0"

Advertisement