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