GroupId | GroupIdcom.garethahealy.poms |
---|---|
ArtifactId | ArtifactIdcommons-bom |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
commons-bom-1.0.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.garethahealy.poms/commons-bom/ -->
<dependency>
<groupId>com.garethahealy.poms</groupId>
<artifactId>commons-bom</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.garethahealy.poms/commons-bom/
implementation 'com.garethahealy.poms:commons-bom:1.0.5'
// https://jarcasting.com/artifacts/com.garethahealy.poms/commons-bom/
implementation ("com.garethahealy.poms:commons-bom:1.0.5")
'com.garethahealy.poms:commons-bom:pom:1.0.5'
<dependency org="com.garethahealy.poms" name="commons-bom" rev="1.0.5">
<artifact name="commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.garethahealy.poms', module='commons-bom', version='1.0.5')
)
libraryDependencies += "com.garethahealy.poms" % "commons-bom" % "1.0.5"
[com.garethahealy.poms/commons-bom "1.0.5"]