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