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