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