MVN

com.heroku.api : heroku-http-play

Maven & Gradle

Sep 13, 2012
38 stars
<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-http-play</artifactId>
    <version>0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.14

All Versions

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

Version Vulnerabilities Updated
0.14
heroku-http-play-0.14
0.13
heroku-http-play-0.13
0.12
heroku-http-play-0.12
0.11
heroku-http-play-0.11
0.10
heroku-http-play-0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-http-play</artifactId>
    <version>0.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.heroku.api:heroku-http-play:0.14'

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

implementation("com.heroku.api:heroku-http-play:0.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.heroku.api" % "heroku-http-play" % "0.14"