is not current version
Last Version 2.4.0-no-slf4j

com.github.jleskovar:graphql-java 2.2.0-no-slf4j

graphql-java sans slf4j

Categories

Categories

Java Languages
GroupId

GroupId

com.github.jleskovar
ArtifactId

ArtifactId

graphql-java
Version

Version

2.2.0-no-slf4j
Type

Type

jar

Download graphql-java 2.2.0-no-slf4j


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