MVN

com.heroku.api : heroku-api-integration-tests

Maven & Gradle

Nov 04, 2022
38 stars
<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-api-integration-tests</artifactId>
    <version>0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heroku.api : heroku-api-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.46

All Versions

Choose a version of com.heroku.api : heroku-api-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.46
heroku-api-integration-tests-0.46
0.45
heroku-api-integration-tests-0.45
0.44
heroku-api-integration-tests-0.44
0.43
heroku-api-integration-tests-0.43
0.40
heroku-api-integration-tests-0.40
0.39
heroku-api-integration-tests-0.39
0.37
heroku-api-integration-tests-0.37
0.36
heroku-api-integration-tests-0.36
0.35
heroku-api-integration-tests-0.35
0.34
heroku-api-integration-tests-0.34
0.33
heroku-api-integration-tests-0.33
0.32
heroku-api-integration-tests-0.32
0.31
heroku-api-integration-tests-0.31
0.30
heroku-api-integration-tests-0.30
0.29
heroku-api-integration-tests-0.29
0.28
heroku-api-integration-tests-0.28
0.27
heroku-api-integration-tests-0.27
0.26
heroku-api-integration-tests-0.26
0.25
heroku-api-integration-tests-0.25
0.24
heroku-api-integration-tests-0.24
0.23
heroku-api-integration-tests-0.23
0.22
heroku-api-integration-tests-0.22
0.21
heroku-api-integration-tests-0.21
0.20
heroku-api-integration-tests-0.20
0.19
heroku-api-integration-tests-0.19
0.18
heroku-api-integration-tests-0.18
0.17
heroku-api-integration-tests-0.17

How to add a dependency to Maven

Add the following com.heroku.api : heroku-api-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-api-integration-tests</artifactId>
    <version>0.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heroku.api : heroku-api-integration-tests gradle dependency to your build.gradle file:

implementation 'com.heroku.api:heroku-api-integration-tests:0.46'

Gradle Kotlin DSL: Add the following com.heroku.api : heroku-api-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.heroku.api:heroku-api-integration-tests:0.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heroku.api : heroku-api-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heroku.api" % "heroku-api-integration-tests" % "0.46"

Advertisement