GroupId | GroupIdcom.hubspot |
---|---|
ArtifactId | ArtifactIdHorizon |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimple interfaces for making HTTP requests
|
Filename | Size |
---|---|
Horizon-0.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/Horizon/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>Horizon</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/Horizon/
implementation 'com.hubspot:Horizon:0.2.0'
// https://jarcasting.com/artifacts/com.hubspot/Horizon/
implementation ("com.hubspot:Horizon:0.2.0")
'com.hubspot:Horizon:pom:0.2.0'
<dependency org="com.hubspot" name="Horizon" rev="0.2.0">
<artifact name="Horizon" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='Horizon', version='0.2.0')
)
libraryDependencies += "com.hubspot" % "Horizon" % "0.2.0"
[com.hubspot/Horizon "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.eclipse.jetty : jetty-http | jar | 9.3.25.v20180904 |
org.eclipse.jetty : jetty-server | jar | 9.3.25.v20180904 |
org.eclipse.jetty : jetty-util | jar | 9.3.25.v20180904 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.4.1 |