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