g

graphql-java-code-first-annotations

graphql-java-code-first-annotations library for taking a code first approach with the graphql-java framework
https://github.com/kronicle-tech/graphql-java-code-first
MIT License
Simon Dean
Files download
File Operation
graphql-java-code-first-annotations-0.2.1.jar download
graphql-java-code-first-annotations-0.2.1.pom download
graphql-java-code-first-annotations-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.kronicle</groupId>
  <artifactId>graphql-java-code-first-annotations</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'tech.kronicle:graphql-java-code-first-annotations:0.2.1'
Gradle Kotlin
implementation("tech.kronicle:graphql-java-code-first-annotations:0.2.1")
Scala SBT
libraryDependencies += "tech.kronicle" % "graphql-java-code-first-annotations" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.kronicle', module='graphql-java-code-first-annotations', version='0.2.1')
)
Apache Ivy
<dependency org="tech.kronicle" name="graphql-java-code-first-annotations" rev="0.2.1" />
Leiningen
[tech.kronicle/graphql-java-code-first-annotations "0.2.1"]
Apache Buildr
'tech.kronicle:graphql-java-code-first-annotations:jar:0.2.1'
Dependencies
The project has no third-party dependencies