Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdcom.apollographql.apollo |
ArtifactId | ArtifactIdapollo-http-cache |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
apollo-http-cache-1.2.0.pom | |
apollo-http-cache-1.2.0.jar | 50 KB |
apollo-http-cache-1.2.0-sources.jar | 29 KB |
apollo-http-cache-1.2.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-http-cache/ -->
<dependency>
<groupId>com.apollographql.apollo</groupId>
<artifactId>apollo-http-cache</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-http-cache/
implementation 'com.apollographql.apollo:apollo-http-cache:1.2.0'
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-http-cache/
implementation ("com.apollographql.apollo:apollo-http-cache:1.2.0")
'com.apollographql.apollo:apollo-http-cache:jar:1.2.0'
<dependency org="com.apollographql.apollo" name="apollo-http-cache" rev="1.2.0">
<artifact name="apollo-http-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.apollo', module='apollo-http-cache', version='1.2.0')
)
libraryDependencies += "com.apollographql.apollo" % "apollo-http-cache" % "1.2.0"
[com.apollographql.apollo/apollo-http-cache "1.2.0"]