s

sortgraphql-sorter

The sorting functionality
Files download
File Operation
sortgraphql-sorter-1.1.0.jar download
sortgraphql-sorter-1.1.0.pom download
sortgraphql-sorter-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ekryd.sortgraphql</groupId>
  <artifactId>sortgraphql-sorter</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ekryd.sortgraphql:sortgraphql-sorter:1.1.0'
Gradle Kotlin
implementation("com.github.ekryd.sortgraphql:sortgraphql-sorter:1.1.0")
Scala SBT
libraryDependencies += "com.github.ekryd.sortgraphql" % "sortgraphql-sorter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ekryd.sortgraphql', module='sortgraphql-sorter', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.ekryd.sortgraphql" name="sortgraphql-sorter" rev="1.1.0" />
Leiningen
[com.github.ekryd.sortgraphql/sortgraphql-sorter "1.1.0"]
Apache Buildr
'com.github.ekryd.sortgraphql:sortgraphql-sorter:jar:1.1.0'