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