is not current version
Last Version 2.0.0

org.seedstack:spring-bom 2.0.0-M3


GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

spring-bom
Version

Version

2.0.0-M3
Type

Type

pom

Download spring-bom 2.0.0-M3

Filename Size
spring-bom-2.0.0-M3.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.seedstack/spring-bom/ -->
<dependency>
    <groupId>org.seedstack</groupId>
    <artifactId>spring-bom</artifactId>
    <version>2.0.0-M3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack/spring-bom/
implementation 'org.seedstack:spring-bom:2.0.0-M3'
// https://jarcasting.com/artifacts/org.seedstack/spring-bom/
implementation ("org.seedstack:spring-bom:2.0.0-M3")
'org.seedstack:spring-bom:pom:2.0.0-M3'
<dependency org="org.seedstack" name="spring-bom" rev="2.0.0-M3">
  <artifact name="spring-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack', module='spring-bom', version='2.0.0-M3')
)
libraryDependencies += "org.seedstack" % "spring-bom" % "2.0.0-M3"
[org.seedstack/spring-bom "2.0.0-M3"]