| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdnet.sf.m-m-m | 
| ArtifactId | ArtifactIdmmm-code-bom | 
| Version | Version1.0.0-beta2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| mmm-code-bom-1.0.0-beta2.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-code-bom/ -->
<dependency>
    <groupId>net.sf.m-m-m</groupId>
    <artifactId>mmm-code-bom</artifactId>
    <version>1.0.0-beta2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-code-bom/
implementation 'net.sf.m-m-m:mmm-code-bom:1.0.0-beta2'// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-code-bom/
implementation ("net.sf.m-m-m:mmm-code-bom:1.0.0-beta2")'net.sf.m-m-m:mmm-code-bom:pom:1.0.0-beta2'<dependency org="net.sf.m-m-m" name="mmm-code-bom" rev="1.0.0-beta2">
  <artifact name="mmm-code-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-code-bom', version='1.0.0-beta2')
)libraryDependencies += "net.sf.m-m-m" % "mmm-code-bom" % "1.0.0-beta2"[net.sf.m-m-m/mmm-code-bom "1.0.0-beta2"]