GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdhaproxy |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
haproxy-0.4.1.pom | |
haproxy-0.4.1.jar | 3 KB |
haproxy-0.4.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/haproxy/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>haproxy</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/haproxy/
implementation 'org.cloudhoist:haproxy:0.4.1'
// https://jarcasting.com/artifacts/org.cloudhoist/haproxy/
implementation ("org.cloudhoist:haproxy:0.4.1")
'org.cloudhoist:haproxy:jar:0.4.1'
<dependency org="org.cloudhoist" name="haproxy" rev="0.4.1">
<artifact name="haproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='haproxy', version='0.4.1')
)
libraryDependencies += "org.cloudhoist" % "haproxy" % "0.4.1"
[org.cloudhoist/haproxy "0.4.1"]