GroupId | GroupIdorg.kaazing |
---|---|
ArtifactId | ArtifactIdgateway.service.http.balancer |
Version | Version5.0.1.24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.balancer/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.service.http.balancer</artifactId>
<version>5.0.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.balancer/
implementation 'org.kaazing:gateway.service.http.balancer:5.0.1.24'
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.balancer/
implementation ("org.kaazing:gateway.service.http.balancer:5.0.1.24")
'org.kaazing:gateway.service.http.balancer:jar:5.0.1.24'
<dependency org="org.kaazing" name="gateway.service.http.balancer" rev="5.0.1.24">
<artifact name="gateway.service.http.balancer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.service.http.balancer', version='5.0.1.24')
)
libraryDependencies += "org.kaazing" % "gateway.service.http.balancer" % "5.0.1.24"
[org.kaazing/gateway.service.http.balancer "5.0.1.24"]