is not current version
Last Version 2.5.12

com.apollographql.apollo:apollo-compiler 1.0.0-alpha5

Implementation for the Gradle plugin

Categories

Categories

Apollo Container Microservices
GroupId

GroupId

com.apollographql.apollo
ArtifactId

ArtifactId

apollo-compiler
Version

Version

1.0.0-alpha5
Type

Type

jar

Download apollo-compiler 1.0.0-alpha5


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