Categories |
CategoriesCLI User Interface Apollo Container Microservices |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdapollo__client |
Version | Version3.3.0-beta.9 |
Type | Typejar |
Filename | Size |
---|---|
apollo__client-3.3.0-beta.9.pom | |
apollo__client-3.3.0-beta.9.jar | 780 KB |
apollo__client-3.3.0-beta.9-sources.jar | 22 bytes |
apollo__client-3.3.0-beta.9-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>3.3.0-beta.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/apollo__client/
implementation 'org.webjars.npm:apollo__client:3.3.0-beta.9'
// https://jarcasting.com/artifacts/org.webjars.npm/apollo__client/
implementation ("org.webjars.npm:apollo__client:3.3.0-beta.9")
'org.webjars.npm:apollo__client:jar:3.3.0-beta.9'
<dependency org="org.webjars.npm" name="apollo__client" rev="3.3.0-beta.9">
<artifact name="apollo__client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='apollo__client', version='3.3.0-beta.9')
)
libraryDependencies += "org.webjars.npm" % "apollo__client" % "3.3.0-beta.9"
[org.webjars.npm/apollo__client "3.3.0-beta.9"]