| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.coherentlogic.wb |
| Идентификатор | Идентификаторclient |
| Версия | Версия2.0.3-RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеCoherent Logic World Bank Client
Java client for the World Bank Web Services
|
| Имя Файла | Размер |
|---|---|
| client-2.0.3-RELEASE.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.wb/client/ -->
<dependency>
<groupId>com.coherentlogic.wb</groupId>
<artifactId>client</artifactId>
<version>2.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation 'com.coherentlogic.wb:client:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation ("com.coherentlogic.wb:client:2.0.3-RELEASE")
'com.coherentlogic.wb:client:pom:2.0.3-RELEASE'
<dependency org="com.coherentlogic.wb" name="client" rev="2.0.3-RELEASE">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb', module='client', version='2.0.3-RELEASE')
)
libraryDependencies += "com.coherentlogic.wb" % "client" % "2.0.3-RELEASE"
[com.coherentlogic.wb/client "2.0.3-RELEASE"]