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