| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kuliginstepan |
| ArtifactId | ArtifactIdspring-outbox-bom |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring Outbox BOM
Spring Outbox BOM
|
| Filename | Size |
|---|---|
| spring-outbox-bom-1.0.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/ -->
<dependency>
<groupId>com.github.kuliginstepan</groupId>
<artifactId>spring-outbox-bom</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation 'com.github.kuliginstepan:spring-outbox-bom:1.0.3'
// https://jarcasting.com/artifacts/com.github.kuliginstepan/spring-outbox-bom/
implementation ("com.github.kuliginstepan:spring-outbox-bom:1.0.3")
'com.github.kuliginstepan:spring-outbox-bom:pom:1.0.3'
<dependency org="com.github.kuliginstepan" name="spring-outbox-bom" rev="1.0.3">
<artifact name="spring-outbox-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kuliginstepan', module='spring-outbox-bom', version='1.0.3')
)
libraryDependencies += "com.github.kuliginstepan" % "spring-outbox-bom" % "1.0.3"
[com.github.kuliginstepan/spring-outbox-bom "1.0.3"]