| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.healthy-chn.security | 
| ArtifactId | ArtifactIdhealthy-common-bom | 
| Version | Version1.2.0.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| healthy-common-bom-1.2.0.RELEASE.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-bom/ -->
<dependency>
    <groupId>com.healthy-chn.security</groupId>
    <artifactId>healthy-common-bom</artifactId>
    <version>1.2.0.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-bom/
implementation 'com.healthy-chn.security:healthy-common-bom:1.2.0.RELEASE'// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-bom/
implementation ("com.healthy-chn.security:healthy-common-bom:1.2.0.RELEASE")'com.healthy-chn.security:healthy-common-bom:pom:1.2.0.RELEASE'<dependency org="com.healthy-chn.security" name="healthy-common-bom" rev="1.2.0.RELEASE">
  <artifact name="healthy-common-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-common-bom', version='1.2.0.RELEASE')
)libraryDependencies += "com.healthy-chn.security" % "healthy-common-bom" % "1.2.0.RELEASE"[com.healthy-chn.security/healthy-common-bom "1.2.0.RELEASE"]