GroupId | GroupIdorg.kaazing |
---|---|
ArtifactId | ArtifactIdgateway.service.http.balancer |
Version | Version5.2.4-RC002 |
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.2.4-RC002</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.balancer/
implementation 'org.kaazing:gateway.service.http.balancer:5.2.4-RC002'
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.balancer/
implementation ("org.kaazing:gateway.service.http.balancer:5.2.4-RC002")
'org.kaazing:gateway.service.http.balancer:jar:5.2.4-RC002'
<dependency org="org.kaazing" name="gateway.service.http.balancer" rev="5.2.4-RC002">
<artifact name="gateway.service.http.balancer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.service.http.balancer', version='5.2.4-RC002')
)
libraryDependencies += "org.kaazing" % "gateway.service.http.balancer" % "5.2.4-RC002"
[org.kaazing/gateway.service.http.balancer "5.2.4-RC002"]