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