Categories |
CategoriesGradle Build Tools Apollo Container Microservices |
---|---|
GroupId | GroupIdcom.apollographql.apollo |
ArtifactId | ArtifactIdapollo-gradle-plugin |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
apollo-gradle-plugin-1.4.1.pom | |
apollo-gradle-plugin-1.4.1.jar | 114 KB |
apollo-gradle-plugin-1.4.1-sources.jar | 23 KB |
apollo-gradle-plugin-1.4.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-gradle-plugin/ -->
<dependency>
<groupId>com.apollographql.apollo</groupId>
<artifactId>apollo-gradle-plugin</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-gradle-plugin/
implementation 'com.apollographql.apollo:apollo-gradle-plugin:1.4.1'
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-gradle-plugin/
implementation ("com.apollographql.apollo:apollo-gradle-plugin:1.4.1")
'com.apollographql.apollo:apollo-gradle-plugin:jar:1.4.1'
<dependency org="com.apollographql.apollo" name="apollo-gradle-plugin" rev="1.4.1">
<artifact name="apollo-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.apollo', module='apollo-gradle-plugin', version='1.4.1')
)
libraryDependencies += "com.apollographql.apollo" % "apollo-gradle-plugin" % "1.4.1"
[com.apollographql.apollo/apollo-gradle-plugin "1.4.1"]