| Категории |
КатегорииДанные CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.coherentlogic.coherent.data.adapter.openfigi |
| Идентификатор | Идентификаторclient |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| client-1.0.0-RELEASE.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.coherent.data.adapter.openfigi/client/ -->
<dependency>
<groupId>com.coherentlogic.coherent.data.adapter.openfigi</groupId>
<artifactId>client</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.coherent.data.adapter.openfigi/client/
implementation 'com.coherentlogic.coherent.data.adapter.openfigi:client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.coherent.data.adapter.openfigi/client/
implementation ("com.coherentlogic.coherent.data.adapter.openfigi:client:1.0.0-RELEASE")
'com.coherentlogic.coherent.data.adapter.openfigi:client:pom:1.0.0-RELEASE'
<dependency org="com.coherentlogic.coherent.data.adapter.openfigi" name="client" rev="1.0.0-RELEASE">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.coherent.data.adapter.openfigi', module='client', version='1.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic.coherent.data.adapter.openfigi" % "client" % "1.0.0-RELEASE"
[com.coherentlogic.coherent.data.adapter.openfigi/client "1.0.0-RELEASE"]