GroupId | GroupIdcom.github.kuliginstepan |
---|---|
ArtifactId | ArtifactIdspring-outbox-bom |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-outbox-bom-0.1.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/ -->
<dependency>
<groupId>com.github.kuliginstepan</groupId>
<artifactId>spring-outbox-bom</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation 'com.github.kuliginstepan:spring-outbox-bom:0.1.1'
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation ("com.github.kuliginstepan:spring-outbox-bom:0.1.1")
'com.github.kuliginstepan:spring-outbox-bom:pom:0.1.1'
<dependency org="com.github.kuliginstepan" name="spring-outbox-bom" rev="0.1.1">
<artifact name="spring-outbox-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kuliginstepan', module='spring-outbox-bom', version='0.1.1')
)
libraryDependencies += "com.github.kuliginstepan" % "spring-outbox-bom" % "0.1.1"
[com.github.kuliginstepan/spring-outbox-bom "0.1.1"]