is not current version
Last Version 2.0.0

org.seedstack:commons-bom 2.0.0-M3


GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

commons-bom
Version

Version

2.0.0-M3
Type

Type

pom

Download commons-bom 2.0.0-M3

Filename Size
commons-bom-2.0.0-M3.pom 3 KB
Browse

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