MVN

com.impactupgrade.integration : hubspot-java-client

Maven & Gradle

Jun 22, 2021
1 usages
2 stars

hubspot-java-client · TODO

<dependency>
    <groupId>com.impactupgrade.integration</groupId>
    <artifactId>hubspot-java-client</artifactId>
    <version>2.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.impactupgrade.integration : hubspot-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.Final

All Versions

Choose a version of com.impactupgrade.integration : hubspot-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hubspot-java-client-2.0.1.Final
hubspot-java-client-2.0.0.Final
1.0.x
hubspot-java-client-1.0.6.Final
hubspot-java-client-1.0.5.Final
hubspot-java-client-1.0.4.Final
hubspot-java-client-1.0.3.Final
hubspot-java-client-1.0.2.Final
hubspot-java-client-1.0.1.Final
hubspot-java-client-1.0.0.Final

How to add a dependency to Maven

Add the following com.impactupgrade.integration : hubspot-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.impactupgrade.integration</groupId>
    <artifactId>hubspot-java-client</artifactId>
    <version>2.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.impactupgrade.integration : hubspot-java-client gradle dependency to your build.gradle file:

implementation 'com.impactupgrade.integration:hubspot-java-client:2.0.1.Final'

Gradle Kotlin DSL: Add the following com.impactupgrade.integration : hubspot-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.impactupgrade.integration:hubspot-java-client:2.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.impactupgrade.integration : hubspot-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.impactupgrade.integration" % "hubspot-java-client" % "2.0.1.Final"

Advertisement