Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.expediagroup.streamplatform |
ArtifactId | ArtifactIdstream-registry-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-spring-boot-starter/ -->
<dependency>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-spring-boot-starter/
implementation 'com.expediagroup.streamplatform:stream-registry-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-spring-boot-starter/
implementation ("com.expediagroup.streamplatform:stream-registry-spring-boot-starter:1.0.0")
'com.expediagroup.streamplatform:stream-registry-spring-boot-starter:jar:1.0.0'
<dependency org="com.expediagroup.streamplatform" name="stream-registry-spring-boot-starter" rev="1.0.0">
<artifact name="stream-registry-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.streamplatform', module='stream-registry-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.expediagroup.streamplatform" % "stream-registry-spring-boot-starter" % "1.0.0"
[com.expediagroup.streamplatform/stream-registry-spring-boot-starter "1.0.0"]