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