is not current version
Last Version 2.1.1

com.networknt:graphql-security 1.5.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

1.5.14
Type

Type

jar

Download graphql-security 1.5.14


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