is not current version
Last Version 1.0.3

com.github.kuliginstepan:spring-outbox-bom 0.2.0

Spring Outbox BOM

GroupId

GroupId

com.github.kuliginstepan
ArtifactId

ArtifactId

spring-outbox-bom
Version

Version

0.2.0
Type

Type

pom

Download spring-outbox-bom 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/ -->
<dependency>
    <groupId>com.github.kuliginstepan</groupId>
    <artifactId>spring-outbox-bom</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation 'com.github.kuliginstepan:spring-outbox-bom:0.2.0'
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation ("com.github.kuliginstepan:spring-outbox-bom:0.2.0")
'com.github.kuliginstepan:spring-outbox-bom:pom:0.2.0'
<dependency org="com.github.kuliginstepan" name="spring-outbox-bom" rev="0.2.0">
  <artifact name="spring-outbox-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kuliginstepan', module='spring-outbox-bom', version='0.2.0')
)
libraryDependencies += "com.github.kuliginstepan" % "spring-outbox-bom" % "0.2.0"
[com.github.kuliginstepan/spring-outbox-bom "0.2.0"]