| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fmjsjx |
| ArtifactId | ArtifactIdlibcommon-bom |
| Version | Version2.5.3 |
| Type | Typepom |
| Description |
Descriptionlibcommon/BOM
A set of some common useful libraries.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| libcommon-bom-2.5.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libcommon-bom</artifactId>
<version>2.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/
implementation 'com.github.fmjsjx:libcommon-bom:2.5.3'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/
implementation ("com.github.fmjsjx:libcommon-bom:2.5.3")
'com.github.fmjsjx:libcommon-bom:pom:2.5.3'
<dependency org="com.github.fmjsjx" name="libcommon-bom" rev="2.5.3">
<artifact name="libcommon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libcommon-bom', version='2.5.3')
)
libraryDependencies += "com.github.fmjsjx" % "libcommon-bom" % "2.5.3"
[com.github.fmjsjx/libcommon-bom "2.5.3"]