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