Files download
File Operation
httpql-core-1.0.jar download
httpql-core-1.0.pom download
httpql-core-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot.httpql</groupId>
  <artifactId>httpql-core</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot.httpql:httpql-core:1.0'
Gradle Kotlin
implementation("com.hubspot.httpql:httpql-core:1.0")
Scala SBT
libraryDependencies += "com.hubspot.httpql" % "httpql-core" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot.httpql', module='httpql-core', version='1.0')
)
Apache Ivy
<dependency org="com.hubspot.httpql" name="httpql-core" rev="1.0" />
Leiningen
[com.hubspot.httpql/httpql-core "1.0"]
Apache Buildr
'com.hubspot.httpql:httpql-core:jar:1.0'