GroupId | GroupIdcom.github.sebhoss |
---|---|
ArtifactId | ArtifactIdspring-bom |
Version | Version2.0.5 |
Type | Typepom |
Filename | Size |
---|---|
spring-bom-2.0.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/spring-bom/
implementation 'com.github.sebhoss:spring-bom:2.0.5'
// https://jarcasting.com/artifacts/com.github.sebhoss/spring-bom/
implementation ("com.github.sebhoss:spring-bom:2.0.5")
'com.github.sebhoss:spring-bom:pom:2.0.5'
<dependency org="com.github.sebhoss" name="spring-bom" rev="2.0.5">
<artifact name="spring-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='spring-bom', version='2.0.5')
)
libraryDependencies += "com.github.sebhoss" % "spring-bom" % "2.0.5"
[com.github.sebhoss/spring-bom "2.0.5"]