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