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