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