| Categories | CategoriesApollo Container Microservices | 
|---|---|
| GroupId | GroupIdcom.apollographql.apollo | 
| ArtifactId | ArtifactIdapollo-compiler | 
| Version | Version1.0.0-alpha2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| apollo-compiler-1.0.0-alpha2.pom | |
| apollo-compiler-1.0.0-alpha2.jar | 258 KB | 
| apollo-compiler-1.0.0-alpha2-sources.jar | 41 KB | 
| apollo-compiler-1.0.0-alpha2-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-alpha2</version>
</dependency>// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-compiler/
implementation 'com.apollographql.apollo:apollo-compiler:1.0.0-alpha2'// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-compiler/
implementation ("com.apollographql.apollo:apollo-compiler:1.0.0-alpha2")'com.apollographql.apollo:apollo-compiler:jar:1.0.0-alpha2'<dependency org="com.apollographql.apollo" name="apollo-compiler" rev="1.0.0-alpha2">
  <artifact name="apollo-compiler" type="jar" />
</dependency>@Grapes(
@Grab(group='com.apollographql.apollo', module='apollo-compiler', version='1.0.0-alpha2')
)libraryDependencies += "com.apollographql.apollo" % "apollo-compiler" % "1.0.0-alpha2"[com.apollographql.apollo/apollo-compiler "1.0.0-alpha2"]