GroupId | GroupIdcom.coherentlogic.cmr.api |
---|---|
ArtifactId | ArtifactIdcmr-api-utils |
Version | Version2.0.2.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.cmr.api/cmr-api-utils/ -->
<dependency>
<groupId>com.coherentlogic.cmr.api</groupId>
<artifactId>cmr-api-utils</artifactId>
<version>2.0.2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.cmr.api/cmr-api-utils/
implementation 'com.coherentlogic.cmr.api:cmr-api-utils:2.0.2.1-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.cmr.api/cmr-api-utils/
implementation ("com.coherentlogic.cmr.api:cmr-api-utils:2.0.2.1-RELEASE")
'com.coherentlogic.cmr.api:cmr-api-utils:jar:2.0.2.1-RELEASE'
<dependency org="com.coherentlogic.cmr.api" name="cmr-api-utils" rev="2.0.2.1-RELEASE">
<artifact name="cmr-api-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.cmr.api', module='cmr-api-utils', version='2.0.2.1-RELEASE')
)
libraryDependencies += "com.coherentlogic.cmr.api" % "cmr-api-utils" % "2.0.2.1-RELEASE"
[com.coherentlogic.cmr.api/cmr-api-utils "2.0.2.1-RELEASE"]