License |
License |
---|---|
Categories |
CategoriesNet Security |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdgraphql-security |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA security module that contains all handlers to protect your graphql endpoint
|
Filename | Size |
---|---|
graphql-security-2.1.1.pom | |
graphql-security-2.1.1.jar | 12 KB |
graphql-security-2.1.1-sources.jar | 11 KB |
graphql-security-2.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/graphql-security/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>graphql-security</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/graphql-security/
implementation 'com.networknt:graphql-security:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/graphql-security/
implementation ("com.networknt:graphql-security:2.1.1")
'com.networknt:graphql-security:jar:2.1.1'
<dependency org="com.networknt" name="graphql-security" rev="2.1.1">
<artifact name="graphql-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='graphql-security', version='2.1.1')
)
libraryDependencies += "com.networknt" % "graphql-security" % "2.1.1"
[com.networknt/graphql-security "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.networknt : config | jar | 2.1.1 |
com.networknt : http-string | jar | 2.1.1 |
com.networknt : security | jar | 2.1.1 |
com.networknt : handler | jar | 2.1.1 |
com.networknt : status | jar | 2.1.1 |
com.networknt : audit | jar | 2.1.1 |
com.networknt : graphql-common | jar | 2.1.1 |
io.undertow : undertow-core | jar | 2.2.14.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.bitbucket.b_c : jose4j | jar | 0.6.3 |
Group / Artifact | Type | Version |
---|---|---|
com.networknt : client | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar | 1.2.7 |
junit : junit | jar | 4.13.1 |
org.apache.commons : commons-text | jar | 1.3 |