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