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