a

apollo-annotations

Apollo GraphQL Annotations
https://github.com/apollographql/apollo-android/
MIT License
Apollo
Files download
File Operation
apollo-annotations-3.2.2.jar download
apollo-annotations-3.2.2.pom download
apollo-annotations-3.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.apollographql.apollo3</groupId>
  <artifactId>apollo-annotations</artifactId>
  <version>3.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.apollographql.apollo3:apollo-annotations:3.2.2'
Gradle Kotlin
implementation("com.apollographql.apollo3:apollo-annotations:3.2.2")
Scala SBT
libraryDependencies += "com.apollographql.apollo3" % "apollo-annotations" % "3.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.apollographql.apollo3', module='apollo-annotations', version='3.2.2')
)
Apache Ivy
<dependency org="com.apollographql.apollo3" name="apollo-annotations" rev="3.2.2" />
Leiningen
[com.apollographql.apollo3/apollo-annotations "3.2.2"]
Apache Buildr
'com.apollographql.apollo3:apollo-annotations:jar:3.2.2'