<dependency>
<groupId>io.github.kevvvvyp</groupId>
<artifactId>spring-boot-simple-transactional-outbox-starter</artifactId>
<version>1.0.0-RC1</version>
</dependency>
implementation group: 'io.github.kevvvvyp', name: 'spring-boot-simple-transactional-outbox-starter', version: '1.0.0-RC1'
implementation 'io.github.kevvvvyp:spring-boot-simple-transactional-outbox-starter:1.0.0-RC1'
implementation("io.github.kevvvvyp:spring-boot-simple-transactional-outbox-starter:1.0.0-RC1")
libraryDependencies += "io.github.kevvvvyp" % "spring-boot-simple-transactional-outbox-starter" % "1.0.0-RC1"
<dependency org="io.github.kevvvvyp" name="spring-boot-simple-transactional-outbox-starter" rev="1.0.0-RC1"/>
@Grapes(
@Grab(group='io.github.kevvvvyp', module='spring-boot-simple-transactional-outbox-starter', version='1.0.0-RC1')
)
[io.github.kevvvvyp/spring-boot-simple-transactional-outbox-starter "1.0.0-RC1"]
'io.github.kevvvvyp:spring-boot-simple-transactional-outbox-starter:jar:1.0.0-RC1'