GroupId | GroupIdcom.fangdd.graphql |
---|---|
ArtifactId | ArtifactIdgraphql-engine |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description房多多GraphQL引擎
|
Filename | Size |
---|---|
graphql-engine-1.0.0.pom | |
graphql-engine-1.0.0.jar | 138 KB |
graphql-engine-1.0.0-sources.jar | 81 KB |
graphql-engine-1.0.0-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-engine/ -->
<dependency>
<groupId>com.fangdd.graphql</groupId>
<artifactId>graphql-engine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-engine/
implementation 'com.fangdd.graphql:graphql-engine:1.0.0'
// https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-engine/
implementation ("com.fangdd.graphql:graphql-engine:1.0.0")
'com.fangdd.graphql:graphql-engine:jar:1.0.0'
<dependency org="com.fangdd.graphql" name="graphql-engine" rev="1.0.0">
<artifact name="graphql-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fangdd.graphql', module='graphql-engine', version='1.0.0')
)
libraryDependencies += "com.fangdd.graphql" % "graphql-engine" % "1.0.0"
[com.fangdd.graphql/graphql-engine "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fangdd.graphql : graphql-provider-remote | jar | ${duo-graphql.version} |
com.fangdd.graphql : graphql-register | jar | ${duo-graphql.version} |
com.fangdd.graphql : graphql-provider-inner | jar | ${duo-graphql.version} |
com.fangdd.graphql : graphql-jedis-starter | jar | ${duo-graphql.version} |
org.springframework.boot : spring-boot-starter-websocket | jar | ${spring-boot.version} |
com.github.ben-manes.caffeine : caffeine | jar | 2.6.2 |
com.graphql-java : graphql-java | jar | ${graphql-java.version} |
com.squareup.okhttp3 : okhttp | jar | 4.0.1 |
com.graphql-java : graphql-java-spring-boot-starter-webmvc | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | ${spring-boot.version} |
com.fasterxml.jackson.core : jackson-databind | jar | ${jackson-databind.version} |
com.google.guava : guava | jar | ${guava.version} |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |