p

poms-bom

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.
https://github.com/npo-poms/poms-parent
GPLv3
NPO
soarten Nils Breunese Michiel Meeuwissen
Files download
File Operation
poms-bom-8.0.1.pom download
Apache Maven
<dependency>
  <groupId>nl.vpro.poms</groupId>
  <artifactId>poms-bom</artifactId>
  <version>8.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'nl.vpro.poms:poms-bom:8.0.1'
Gradle Kotlin
implementation("nl.vpro.poms:poms-bom:8.0.1")
Scala SBT
libraryDependencies += "nl.vpro.poms" % "poms-bom" % "8.0.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.vpro.poms', module='poms-bom', version='8.0.1')
)
Apache Ivy
<dependency org="nl.vpro.poms" name="poms-bom" rev="8.0.1" />
Leiningen
[nl.vpro.poms/poms-bom "8.0.1"]
Apache Buildr
'nl.vpro.poms:poms-bom:jar:8.0.1'
Dependencies
The project has no third-party dependencies