Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-h2</artifactId>
  <version>5.1.5</version>
</dependency>

Apache Buildr

'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.5'

Apache Ivy

<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.1.5">
  <artifact name="httpcore5-h2" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.1.5')
)

Gradle/Grails

compile 'org.apache.httpcomponents.core5:httpcore5-h2:5.1.5'

Scala SBT

libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.1.5"

Leiningen

[org.apache.httpcomponents.core5/httpcore5-h2 "5.1.5"]