Files download
File Operation
graphql-postgres-0.3.133.jar download
graphql-postgres-0.3.133.pom download
Apache Maven
<dependency>
  <groupId>org.dotwebstack.framework</groupId>
  <artifactId>graphql-postgres</artifactId>
  <version>0.3.133</version>
</dependency>
Gradle Groovy
implementation 'org.dotwebstack.framework:graphql-postgres:0.3.133'
Gradle Kotlin
implementation("org.dotwebstack.framework:graphql-postgres:0.3.133")
Scala SBT
libraryDependencies += "org.dotwebstack.framework" % "graphql-postgres" % "0.3.133"
Groovy Grape
@Grapes(
  @Grab(group='org.dotwebstack.framework', module='graphql-postgres', version='0.3.133')
)
Apache Ivy
<dependency org="org.dotwebstack.framework" name="graphql-postgres" rev="0.3.133" />
Leiningen
[org.dotwebstack.framework/graphql-postgres "0.3.133"]
Apache Buildr
'org.dotwebstack.framework:graphql-postgres:jar:0.3.133'