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