License |
License |
---|---|
GroupId | GroupIdnl.vpro.poms |
ArtifactId | ArtifactIdpoms-bom |
Last Version | Last Version5.33.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionpoms-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poms-bom-5.33.1.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.33.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation 'nl.vpro.poms:poms-bom:5.33.1'
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation ("nl.vpro.poms:poms-bom:5.33.1")
'nl.vpro.poms:poms-bom:pom:5.33.1'
<dependency org="nl.vpro.poms" name="poms-bom" rev="5.33.1">
<artifact name="poms-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms', module='poms-bom', version='5.33.1')
)
libraryDependencies += "nl.vpro.poms" % "poms-bom" % "5.33.1"
[nl.vpro.poms/poms-bom "5.33.1"]