Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.kaazing |
ArtifactId | ArtifactIdgateway.distribution |
Version | Version5.4.0-RC005 |
Type | Typepom |
Filename | Size |
---|---|
gateway.distribution-5.4.0-RC005.pom | |
gateway.distribution-5.4.0-RC005.zip | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.distribution/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.distribution</artifactId>
<version>5.4.0-RC005</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.distribution/
implementation 'org.kaazing:gateway.distribution:5.4.0-RC005'
// https://jarcasting.com/artifacts/org.kaazing/gateway.distribution/
implementation ("org.kaazing:gateway.distribution:5.4.0-RC005")
'org.kaazing:gateway.distribution:pom:5.4.0-RC005'
<dependency org="org.kaazing" name="gateway.distribution" rev="5.4.0-RC005">
<artifact name="gateway.distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.distribution', version='5.4.0-RC005')
)
libraryDependencies += "org.kaazing" % "gateway.distribution" % "5.4.0-RC005"
[org.kaazing/gateway.distribution "5.4.0-RC005"]