GroupId | GroupIdnl.vpro.poms |
---|---|
ArtifactId | ArtifactIdpoms-bom |
Version | Version5.12.2 |
Type | Typepom |
Filename | Size |
---|---|
poms-bom-5.12.2.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/ -->
<dependency>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-bom</artifactId>
<version>5.12.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation 'nl.vpro.poms:poms-bom:5.12.2'
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation ("nl.vpro.poms:poms-bom:5.12.2")
'nl.vpro.poms:poms-bom:pom:5.12.2'
<dependency org="nl.vpro.poms" name="poms-bom" rev="5.12.2">
<artifact name="poms-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms', module='poms-bom', version='5.12.2')
)
libraryDependencies += "nl.vpro.poms" % "poms-bom" % "5.12.2"
[nl.vpro.poms/poms-bom "5.12.2"]