Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdcom.netflix.graphql.dgs |
ArtifactId | ArtifactIdgraphql-dgs-platform |
Version | Version4.7.6 |
Type | Typepom |
Filename | Size |
---|---|
graphql-dgs-platform-4.7.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.graphql.dgs/graphql-dgs-platform/ -->
<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-platform</artifactId>
<version>4.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.graphql.dgs/graphql-dgs-platform/
implementation 'com.netflix.graphql.dgs:graphql-dgs-platform:4.7.6'
// https://jarcasting.com/artifacts/com.netflix.graphql.dgs/graphql-dgs-platform/
implementation ("com.netflix.graphql.dgs:graphql-dgs-platform:4.7.6")
'com.netflix.graphql.dgs:graphql-dgs-platform:pom:4.7.6'
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-platform" rev="4.7.6">
<artifact name="graphql-dgs-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-platform', version='4.7.6')
)
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-platform" % "4.7.6"
[com.netflix.graphql.dgs/graphql-dgs-platform "4.7.6"]