| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdcom.coherentlogic.coherent.data-model | 
| ArtifactId | ArtifactIdbom | 
| Last Version | Last Version1.0.26-RELEASE | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionCoherent Data Model Bill of Materials The bill of materials (bom) for the CL Data Model. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| bom-1.0.26-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.26-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.26-RELEASE'// https://jarcasting.com/artifacts/com.coherentlogic.coherent.data-model/bom/
implementation ("com.coherentlogic.coherent.data-model:bom:1.0.26-RELEASE")'com.coherentlogic.coherent.data-model:bom:pom:1.0.26-RELEASE'<dependency org="com.coherentlogic.coherent.data-model" name="bom" rev="1.0.26-RELEASE">
  <artifact name="bom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.coherentlogic.coherent.data-model', module='bom', version='1.0.26-RELEASE')
)libraryDependencies += "com.coherentlogic.coherent.data-model" % "bom" % "1.0.26-RELEASE"[com.coherentlogic.coherent.data-model/bom "1.0.26-RELEASE"]