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