GroupId | GroupIdcom.github.jchanghong |
---|---|
ArtifactId | ArtifactIdcommon-bom |
Version | Version2.3.12.d |
Type | Typepom |
Filename | Size |
---|---|
common-bom-2.3.12.d.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>common-bom</artifactId>
<version>2.3.12.d</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/
implementation 'com.github.jchanghong:common-bom:2.3.12.d'
// https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/
implementation ("com.github.jchanghong:common-bom:2.3.12.d")
'com.github.jchanghong:common-bom:pom:2.3.12.d'
<dependency org="com.github.jchanghong" name="common-bom" rev="2.3.12.d">
<artifact name="common-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='common-bom', version='2.3.12.d')
)
libraryDependencies += "com.github.jchanghong" % "common-bom" % "2.3.12.d"
[com.github.jchanghong/common-bom "2.3.12.d"]