GroupId | GroupIdnl.vpro.poms |
---|---|
ArtifactId | ArtifactIdpoms-bom |
Version | Version5.12.3 |
Type | Typepom |
Filename | Size |
---|---|
poms-bom-5.12.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation 'nl.vpro.poms:poms-bom:5.12.3'
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-bom/
implementation ("nl.vpro.poms:poms-bom:5.12.3")
'nl.vpro.poms:poms-bom:pom:5.12.3'
<dependency org="nl.vpro.poms" name="poms-bom" rev="5.12.3">
<artifact name="poms-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms', module='poms-bom', version='5.12.3')
)
libraryDependencies += "nl.vpro.poms" % "poms-bom" % "5.12.3"
[nl.vpro.poms/poms-bom "5.12.3"]