is not current version
Last Version 2.5.3.1

com.github.jchanghong:common-bom 2.3.12.1

kotlin java tools

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

common-bom
Version

Version

2.3.12.1
Type

Type

pom

Download common-bom 2.3.12.1


<!-- https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/ -->
<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>common-bom</artifactId>
    <version>2.3.12.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/
implementation 'com.github.jchanghong:common-bom:2.3.12.1'
// https://jarcasting.com/artifacts/com.github.jchanghong/common-bom/
implementation ("com.github.jchanghong:common-bom:2.3.12.1")
'com.github.jchanghong:common-bom:pom:2.3.12.1'
<dependency org="com.github.jchanghong" name="common-bom" rev="2.3.12.1">
  <artifact name="common-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='common-bom', version='2.3.12.1')
)
libraryDependencies += "com.github.jchanghong" % "common-bom" % "2.3.12.1"
[com.github.jchanghong/common-bom "2.3.12.1"]