is not current version
Last Version 2.1.1

com.networknt:graphql-security 2.0.15

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.15
Type

Type

jar

Download graphql-security 2.0.15


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