Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.kaazing |
ArtifactId | ArtifactIdgateway.security |
Version | Version5.0.1.54 |
Type | Typejar |
Filename | Size |
---|---|
gateway.security-5.0.1.54.pom | |
gateway.security-5.0.1.54.jar | 55 KB |
gateway.security-5.0.1.54-sources.jar | 44 KB |
gateway.security-5.0.1.54-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.security/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.security</artifactId>
<version>5.0.1.54</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.security/
implementation 'org.kaazing:gateway.security:5.0.1.54'
// https://jarcasting.com/artifacts/org.kaazing/gateway.security/
implementation ("org.kaazing:gateway.security:5.0.1.54")
'org.kaazing:gateway.security:jar:5.0.1.54'
<dependency org="org.kaazing" name="gateway.security" rev="5.0.1.54">
<artifact name="gateway.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.security', version='5.0.1.54')
)
libraryDependencies += "org.kaazing" % "gateway.security" % "5.0.1.54"
[org.kaazing/gateway.security "5.0.1.54"]