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
文件下载
文件名 操作
poms-bom-8.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>nl.vpro.poms</groupId>
  <artifactId>poms-bom</artifactId>
  <version>8.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'nl.vpro.poms:poms-bom:8.2.1'
Gradle Kotlin
implementation("nl.vpro.poms:poms-bom:8.2.1")
Scala SBT
libraryDependencies += "nl.vpro.poms" % "poms-bom" % "8.2.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.vpro.poms', module='poms-bom', version='8.2.1')
)
Apache Ivy
<dependency org="nl.vpro.poms" name="poms-bom" rev="8.2.1" />
Leiningen
[nl.vpro.poms/poms-bom "8.2.1"]
Apache Buildr
'nl.vpro.poms:poms-bom:jar:8.2.1'
本项目依赖
该项目无第三方依赖