| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdorg.kaazing |
| ArtifactId | ArtifactIdgateway.security |
| Version | Version5.0.1.52 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gateway.security-5.0.1.52.pom | |
| gateway.security-5.0.1.52.jar | 55 KB |
| gateway.security-5.0.1.52-sources.jar | 44 KB |
| gateway.security-5.0.1.52-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.52</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.security/
implementation 'org.kaazing:gateway.security:5.0.1.52'
// https://jarcasting.com/artifacts/org.kaazing/gateway.security/
implementation ("org.kaazing:gateway.security:5.0.1.52")
'org.kaazing:gateway.security:jar:5.0.1.52'
<dependency org="org.kaazing" name="gateway.security" rev="5.0.1.52">
<artifact name="gateway.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.security', version='5.0.1.52')
)
libraryDependencies += "org.kaazing" % "gateway.security" % "5.0.1.52"
[org.kaazing/gateway.security "5.0.1.52"]