Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-parent |
Version | Version1.7.0 |
Type | Typepom |
Filename | Size |
---|---|
apollo-parent-1.7.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-parent/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-parent/
implementation 'com.spotify:apollo-parent:1.7.0'
// https://jarcasting.com/artifacts/com.spotify/apollo-parent/
implementation ("com.spotify:apollo-parent:1.7.0")
'com.spotify:apollo-parent:pom:1.7.0'
<dependency org="com.spotify" name="apollo-parent" rev="1.7.0">
<artifact name="apollo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-parent', version='1.7.0')
)
libraryDependencies += "com.spotify" % "apollo-parent" % "1.7.0"
[com.spotify/apollo-parent "1.7.0"]