| GroupId | GroupIdme.xethh.libs.toolkits | 
    
|---|---|
| ArtifactId | ArtifactIdlibs-bom | 
    
| Version | Version1.4.3-RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| libs-bom-1.4.3-RELEASE.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/ -->
<dependency>
    <groupId>me.xethh.libs.toolkits</groupId>
    <artifactId>libs-bom</artifactId>
    <version>1.4.3-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/
implementation 'me.xethh.libs.toolkits:libs-bom:1.4.3-RELEASE'
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/
implementation ("me.xethh.libs.toolkits:libs-bom:1.4.3-RELEASE")
                'me.xethh.libs.toolkits:libs-bom:pom:1.4.3-RELEASE'
                <dependency org="me.xethh.libs.toolkits" name="libs-bom" rev="1.4.3-RELEASE">
  <artifact name="libs-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.libs.toolkits', module='libs-bom', version='1.4.3-RELEASE')
)
                libraryDependencies += "me.xethh.libs.toolkits" % "libs-bom" % "1.4.3-RELEASE"
                [me.xethh.libs.toolkits/libs-bom "1.4.3-RELEASE"]