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