is not current version
Last Version 2.6.2

com.github.fmjsjx:libcommon-bom 1.0.0.M5

A set of some common useful libraries.

GroupId

GroupId

com.github.fmjsjx
ArtifactId

ArtifactId

libcommon-bom
Version

Version

1.0.0.M5
Type

Type

pom

Download libcommon-bom 1.0.0.M5


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