MVN

com.heroku.api : heroku-http-ning-async

Maven & Gradle

Nov 04, 2022
1 usages
37 stars
<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-http-ning-async</artifactId>
    <version>0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.46

All Versions

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

  • Version Updated
  • heroku-http-ning-async-0.46

    Nov 04, 2022
  • heroku-http-ning-async-0.45

    Oct 21, 2020
  • heroku-http-ning-async-0.44

    Jul 14, 2020
  • heroku-http-ning-async-0.43

    Feb 11, 2020
  • heroku-http-ning-async-0.40

    Dec 10, 2019
  • heroku-http-ning-async-0.39

    Dec 10, 2019
  • heroku-http-ning-async-0.37

    Sep 05, 2019
  • heroku-http-ning-async-0.36

    Apr 04, 2019
  • heroku-http-ning-async-0.35

    Mar 29, 2019
  • heroku-http-ning-async-0.34

    Mar 28, 2019
  • heroku-http-ning-async-0.33

    Sep 17, 2018
  • heroku-http-ning-async-0.32

    Apr 20, 2018
  • heroku-http-ning-async-0.31

    Nov 14, 2017
  • heroku-http-ning-async-0.30

    Oct 26, 2017
  • heroku-http-ning-async-0.29

    Oct 25, 2017
  • heroku-http-ning-async-0.28

    Oct 25, 2017
  • heroku-http-ning-async-0.27

    Oct 24, 2017
  • heroku-http-ning-async-0.26

    Sep 12, 2017
  • heroku-http-ning-async-0.25

    Sep 11, 2017
  • heroku-http-ning-async-0.24

    Aug 04, 2017
  • heroku-http-ning-async-0.23

    Jul 28, 2017
  • heroku-http-ning-async-0.22

    Jun 16, 2017
  • heroku-http-ning-async-0.21

    Feb 17, 2017
  • heroku-http-ning-async-0.20

    Feb 02, 2017
  • heroku-http-ning-async-0.19

    Jan 27, 2017
  • heroku-http-ning-async-0.18

    Jan 24, 2017
  • heroku-http-ning-async-0.17

    Jan 23, 2017
  • heroku-http-ning-async-0.16

    Aug 04, 2014
  • heroku-http-ning-async-0.15

    Oct 01, 2013
  • heroku-http-ning-async-0.14

    Sep 13, 2012
  • heroku-http-ning-async-0.13

    Sep 05, 2012
  • heroku-http-ning-async-0.12

    Aug 01, 2012
  • heroku-http-ning-async-0.11

    Jun 27, 2012
  • heroku-http-ning-async-0.10

    Jun 26, 2012
  • heroku-http-ning-async-0.9

    May 24, 2012
  • heroku-http-ning-async-0.8

    May 14, 2012
  • heroku-http-ning-async-0.7

    Apr 23, 2012
  • heroku-http-ning-async-0.6

    Apr 03, 2012
  • heroku-http-ning-async-0.5

    Mar 23, 2012
  • heroku-http-ning-async-0.4

    Mar 19, 2012
  • heroku-http-ning-async-0.3

    Feb 24, 2012
  • heroku-http-ning-async-0.2

    Jan 23, 2012
  • heroku-http-ning-async-0.1

    Jan 13, 2012

How to add a dependency to Maven

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

<dependency>
    <groupId>com.heroku.api</groupId>
    <artifactId>heroku-http-ning-async</artifactId>
    <version>0.46</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.heroku.api:heroku-http-ning-async:0.46'

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

implementation("com.heroku.api:heroku-http-ning-async:0.46")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.heroku.api" % "heroku-http-ning-async" % "0.46"

Advertisement