Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-route |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
apollo-route-1.6.2.pom | |
apollo-route-1.6.2.jar | 10 KB |
apollo-route-1.6.2-sources.jar | 8 KB |
apollo-route-1.6.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-route/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-route</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-route/
implementation 'com.spotify:apollo-route:1.6.2'
// https://jarcasting.com/artifacts/com.spotify/apollo-route/
implementation ("com.spotify:apollo-route:1.6.2")
'com.spotify:apollo-route:jar:1.6.2'
<dependency org="com.spotify" name="apollo-route" rev="1.6.2">
<artifact name="apollo-route" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-route', version='1.6.2')
)
libraryDependencies += "com.spotify" % "apollo-route" % "1.6.2"
[com.spotify/apollo-route "1.6.2"]