h

haproxy

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