Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.fangdd.graphql |
ArtifactId | ArtifactIdgraphql-provider-remote |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description房多多GraphQL数据供应商基类
|
<!-- https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-provider-remote/ -->
<dependency>
<groupId>com.fangdd.graphql</groupId>
<artifactId>graphql-provider-remote</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-provider-remote/
implementation 'com.fangdd.graphql:graphql-provider-remote:1.0.0'
// https://jarcasting.com/artifacts/com.fangdd.graphql/graphql-provider-remote/
implementation ("com.fangdd.graphql:graphql-provider-remote:1.0.0")
'com.fangdd.graphql:graphql-provider-remote:jar:1.0.0'
<dependency org="com.fangdd.graphql" name="graphql-provider-remote" rev="1.0.0">
<artifact name="graphql-provider-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fangdd.graphql', module='graphql-provider-remote', version='1.0.0')
)
libraryDependencies += "com.fangdd.graphql" % "graphql-provider-remote" % "1.0.0"
[com.fangdd.graphql/graphql-provider-remote "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | ${jackson-databind.version} |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework : spring-webmvc | jar | ${spring.version} |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |