Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.eventuate.tram.sagas |
ArtifactId | ArtifactIdeventuate-tram-sagas-quarkus-bom |
Version | Version0.1.0.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.eventuate.tram.sagas/eventuate-tram-sagas-quarkus-bom/ -->
<dependency>
<groupId>io.eventuate.tram.sagas</groupId>
<artifactId>eventuate-tram-sagas-quarkus-bom</artifactId>
<version>0.1.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.eventuate.tram.sagas/eventuate-tram-sagas-quarkus-bom/
implementation 'io.eventuate.tram.sagas:eventuate-tram-sagas-quarkus-bom:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.eventuate.tram.sagas/eventuate-tram-sagas-quarkus-bom/
implementation ("io.eventuate.tram.sagas:eventuate-tram-sagas-quarkus-bom:0.1.0.RELEASE")
'io.eventuate.tram.sagas:eventuate-tram-sagas-quarkus-bom:pom:0.1.0.RELEASE'
<dependency org="io.eventuate.tram.sagas" name="eventuate-tram-sagas-quarkus-bom" rev="0.1.0.RELEASE">
<artifact name="eventuate-tram-sagas-quarkus-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.eventuate.tram.sagas', module='eventuate-tram-sagas-quarkus-bom', version='0.1.0.RELEASE')
)
libraryDependencies += "io.eventuate.tram.sagas" % "eventuate-tram-sagas-quarkus-bom" % "0.1.0.RELEASE"
[io.eventuate.tram.sagas/eventuate-tram-sagas-quarkus-bom "0.1.0.RELEASE"]