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