| License |
License |
|---|---|
| Categories |
CategoriesApollo Container Microservices |
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdapollo-environment |
| Version | Version1.19.0-RC |
| Type | Typejar |
| Description |
DescriptionSpotify Apollo API Environment
Java libraries for writing composable microservices
|
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-environment/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-environment</artifactId>
<version>1.19.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-environment/
implementation 'com.spotify:apollo-environment:1.19.0-RC'
// https://jarcasting.com/artifacts/com.spotify/apollo-environment/
implementation ("com.spotify:apollo-environment:1.19.0-RC")
'com.spotify:apollo-environment:jar:1.19.0-RC'
<dependency org="com.spotify" name="apollo-environment" rev="1.19.0-RC">
<artifact name="apollo-environment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-environment', version='1.19.0-RC')
)
libraryDependencies += "com.spotify" % "apollo-environment" % "1.19.0-RC"
[com.spotify/apollo-environment "1.19.0-RC"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.spotify : apollo-api | jar | |
| com.spotify : apollo-core | jar | |
| com.spotify : apollo-api-impl | jar | |
| com.spotify : apollo-route | jar | |
| com.squareup.okio : okio | jar | 2.9.0 |
| com.typesafe : config | jar | 1.3.4 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.google.inject : guice | jar | |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.mockito : mockito-core | jar | 2.23.4 |
| org.hamcrest : hamcrest | jar | 2.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |