is not current version
Last Version 2.5.12

com.apollographql.apollo:apollo-compiler 1.3.3

Implementation for the Gradle plugin

Categories

Categories

Apollo Container Microservices
GroupId

GroupId

com.apollographql.apollo
ArtifactId

ArtifactId

apollo-compiler
Version

Version

1.3.3
Type

Type

jar

Download apollo-compiler 1.3.3


<!-- https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-compiler/ -->
<dependency>
    <groupId>com.apollographql.apollo</groupId>
    <artifactId>apollo-compiler</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-compiler/
implementation 'com.apollographql.apollo:apollo-compiler:1.3.3'
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-compiler/
implementation ("com.apollographql.apollo:apollo-compiler:1.3.3")
'com.apollographql.apollo:apollo-compiler:jar:1.3.3'
<dependency org="com.apollographql.apollo" name="apollo-compiler" rev="1.3.3">
  <artifact name="apollo-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.apollo', module='apollo-compiler', version='1.3.3')
)
libraryDependencies += "com.apollographql.apollo" % "apollo-compiler" % "1.3.3"
[com.apollographql.apollo/apollo-compiler "1.3.3"]