Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.coherentlogic |
ArtifactId | ArtifactIdenterprise-data-adapter |
Version | Version2.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
enterprise-data-adapter-2.0.0-RELEASE.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic/enterprise-data-adapter/ -->
<dependency>
<groupId>com.coherentlogic</groupId>
<artifactId>enterprise-data-adapter</artifactId>
<version>2.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic/enterprise-data-adapter/
implementation 'com.coherentlogic:enterprise-data-adapter:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic/enterprise-data-adapter/
implementation ("com.coherentlogic:enterprise-data-adapter:2.0.0-RELEASE")
'com.coherentlogic:enterprise-data-adapter:pom:2.0.0-RELEASE'
<dependency org="com.coherentlogic" name="enterprise-data-adapter" rev="2.0.0-RELEASE">
<artifact name="enterprise-data-adapter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic', module='enterprise-data-adapter', version='2.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic" % "enterprise-data-adapter" % "2.0.0-RELEASE"
[com.coherentlogic/enterprise-data-adapter "2.0.0-RELEASE"]