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