GroupId | GroupIdcom.github.markash |
---|---|
ArtifactId | ArtifactIdcomponents-bom |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
components-bom-0.3.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markash/components-bom/ -->
<dependency>
<groupId>com.github.markash</groupId>
<artifactId>components-bom</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.markash/components-bom/
implementation 'com.github.markash:components-bom:0.3.0'
// https://jarcasting.com/artifacts/com.github.markash/components-bom/
implementation ("com.github.markash:components-bom:0.3.0")
'com.github.markash:components-bom:pom:0.3.0'
<dependency org="com.github.markash" name="components-bom" rev="0.3.0">
<artifact name="components-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.markash', module='components-bom', version='0.3.0')
)
libraryDependencies += "com.github.markash" % "components-bom" % "0.3.0"
[com.github.markash/components-bom "0.3.0"]