is not current version
Last Version 5.33.1

nl.vpro.poms:poms-bom 5.23.2

The POMS Bill of Materials manages all versions of the projects in the 'POMS' universe. This can be imported in projects that are not themselves part of it. Poms modules itself will use 'poms-parent' and manage also all external dependencies.

GroupId

GroupId

nl.vpro.poms
ArtifactId

ArtifactId

poms-bom
Version

Version

5.23.2
Type

Type

pom

Download poms-bom 5.23.2

Filename Size
poms-bom-5.23.2.pom 25 KB
Browse

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