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