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