s

sortgraphql-parent

A Maven plugin that sorts GraphQL Schemas
https://github.com/Ekryd/sortgraphql
New BSD License
Björn Ekryd
Files download
File Operation
sortgraphql-parent-0.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.github.ekryd.sortgraphql</groupId>
  <artifactId>sortgraphql-parent</artifactId>
  <version>0.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ekryd.sortgraphql:sortgraphql-parent:0.0.4'
Gradle Kotlin
implementation("com.github.ekryd.sortgraphql:sortgraphql-parent:0.0.4")
Scala SBT
libraryDependencies += "com.github.ekryd.sortgraphql" % "sortgraphql-parent" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ekryd.sortgraphql', module='sortgraphql-parent', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.ekryd.sortgraphql" name="sortgraphql-parent" rev="0.0.4" />
Leiningen
[com.github.ekryd.sortgraphql/sortgraphql-parent "0.0.4"]
Apache Buildr
'com.github.ekryd.sortgraphql:sortgraphql-parent:jar:0.0.4'