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