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