License |
License |
---|---|
Categories |
CategoriesJedis Data Databases |
GroupId | GroupIdcom.duoec.graphql |
ArtifactId | ArtifactIdgraphql-jedis-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDuo-GraphQL基于graphql-java的扩展,用于支持当前主流的多团队微服务敏捷开发模式
|
<!-- https://jarcasting.com/artifacts/com.duoec.graphql/graphql-jedis-starter/ -->
<dependency>
<groupId>com.duoec.graphql</groupId>
<artifactId>graphql-jedis-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.duoec.graphql/graphql-jedis-starter/
implementation 'com.duoec.graphql:graphql-jedis-starter:1.0.0'
// https://jarcasting.com/artifacts/com.duoec.graphql/graphql-jedis-starter/
implementation ("com.duoec.graphql:graphql-jedis-starter:1.0.0")
'com.duoec.graphql:graphql-jedis-starter:jar:1.0.0'
<dependency org="com.duoec.graphql" name="graphql-jedis-starter" rev="1.0.0">
<artifact name="graphql-jedis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.duoec.graphql', module='graphql-jedis-starter', version='1.0.0')
)
libraryDependencies += "com.duoec.graphql" % "graphql-jedis-starter" % "1.0.0"
[com.duoec.graphql/graphql-jedis-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.4.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
org.springframework : spring-context | jar | 5.2.3.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.4.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.4.RELEASE |