文件下载
文件名 操作
graphql-postgres-0.3.46.jar 下载
graphql-postgres-0.3.46.pom 下载
Apache Maven
<dependency>
  <groupId>org.dotwebstack.framework</groupId>
  <artifactId>graphql-postgres</artifactId>
  <version>0.3.46</version>
</dependency>
Gradle Groovy
implementation 'org.dotwebstack.framework:graphql-postgres:0.3.46'
Gradle Kotlin
implementation("org.dotwebstack.framework:graphql-postgres:0.3.46")
Scala SBT
libraryDependencies += "org.dotwebstack.framework" % "graphql-postgres" % "0.3.46"
Groovy Grape
@Grapes(
  @Grab(group='org.dotwebstack.framework', module='graphql-postgres', version='0.3.46')
)
Apache Ivy
<dependency org="org.dotwebstack.framework" name="graphql-postgres" rev="0.3.46" />
Leiningen
[org.dotwebstack.framework/graphql-postgres "0.3.46"]
Apache Buildr
'org.dotwebstack.framework:graphql-postgres:jar:0.3.46'