Categories |
CategoriesJavaScript Languages Apollo Container Microservices |
---|---|
GroupId | GroupIdcom.apollographql.apollo3 |
ArtifactId | ArtifactIdapollo-mpp-utils-js |
Version | Version3.0.0-beta04 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.apollographql.apollo3/apollo-mpp-utils-js/ -->
<dependency>
<groupId>com.apollographql.apollo3</groupId>
<artifactId>apollo-mpp-utils-js</artifactId>
<version>3.0.0-beta04</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.apollo3/apollo-mpp-utils-js/
implementation 'com.apollographql.apollo3:apollo-mpp-utils-js:3.0.0-beta04'
// https://jarcasting.com/artifacts/com.apollographql.apollo3/apollo-mpp-utils-js/
implementation ("com.apollographql.apollo3:apollo-mpp-utils-js:3.0.0-beta04")
'com.apollographql.apollo3:apollo-mpp-utils-js:pom:3.0.0-beta04'
<dependency org="com.apollographql.apollo3" name="apollo-mpp-utils-js" rev="3.0.0-beta04">
<artifact name="apollo-mpp-utils-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.apollo3', module='apollo-mpp-utils-js', version='3.0.0-beta04')
)
libraryDependencies += "com.apollographql.apollo3" % "apollo-mpp-utils-js" % "3.0.0-beta04"
[com.apollographql.apollo3/apollo-mpp-utils-js "3.0.0-beta04"]