Categories |
CategoriesCLI User Interface Apollo Container Microservices |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdapollo-client |
Version | Version0.4.20 |
Type | Typejar |
Filename | Size |
---|---|
apollo-client-0.4.20.pom | |
apollo-client-0.4.20.jar | 101 KB |
apollo-client-0.4.20-sources.jar | 22 bytes |
apollo-client-0.4.20-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/apollo-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>apollo-client</artifactId>
<version>0.4.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/apollo-client/
implementation 'org.webjars.npm:apollo-client:0.4.20'
// https://jarcasting.com/artifacts/org.webjars.npm/apollo-client/
implementation ("org.webjars.npm:apollo-client:0.4.20")
'org.webjars.npm:apollo-client:jar:0.4.20'
<dependency org="org.webjars.npm" name="apollo-client" rev="0.4.20">
<artifact name="apollo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='apollo-client', version='0.4.20')
)
libraryDependencies += "org.webjars.npm" % "apollo-client" % "0.4.20"
[org.webjars.npm/apollo-client "0.4.20"]