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