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