is not current version
Last Version 2.1.1

com.networknt:graphql-security 2.0.14

A security module that contains all handlers to protect your graphql endpoint

Categories

Categories

Net Security
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

graphql-security
Version

Version

2.0.14
Type

Type

jar

Download graphql-security 2.0.14


<!-- https://jarcasting.com/artifacts/com.networknt/graphql-security/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>graphql-security</artifactId>
    <version>2.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/graphql-security/
implementation 'com.networknt:graphql-security:2.0.14'
// https://jarcasting.com/artifacts/com.networknt/graphql-security/
implementation ("com.networknt:graphql-security:2.0.14")
'com.networknt:graphql-security:jar:2.0.14'
<dependency org="com.networknt" name="graphql-security" rev="2.0.14">
  <artifact name="graphql-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='graphql-security', version='2.0.14')
)
libraryDependencies += "com.networknt" % "graphql-security" % "2.0.14"
[com.networknt/graphql-security "2.0.14"]