| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdcom.coherentlogic.coherent.data-model | 
| ArtifactId | ArtifactIdbom | 
| Version | Version1.0.14-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| bom-1.0.14-RELEASE.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.coherentlogic.coherent.data-model/bom/ -->
<dependency>
    <groupId>com.coherentlogic.coherent.data-model</groupId>
    <artifactId>bom</artifactId>
    <version>1.0.14-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.coherentlogic.coherent.data-model/bom/
implementation 'com.coherentlogic.coherent.data-model:bom:1.0.14-RELEASE'// https://jarcasting.com/artifacts/com.coherentlogic.coherent.data-model/bom/
implementation ("com.coherentlogic.coherent.data-model:bom:1.0.14-RELEASE")'com.coherentlogic.coherent.data-model:bom:pom:1.0.14-RELEASE'<dependency org="com.coherentlogic.coherent.data-model" name="bom" rev="1.0.14-RELEASE">
  <artifact name="bom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.coherentlogic.coherent.data-model', module='bom', version='1.0.14-RELEASE')
)libraryDependencies += "com.coherentlogic.coherent.data-model" % "bom" % "1.0.14-RELEASE"[com.coherentlogic.coherent.data-model/bom "1.0.14-RELEASE"]