is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.wb:client 2.0.0-RELEASE

Java client for the World Bank Web Services

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coherentlogic.wb
ArtifactId

ArtifactId

client
Version

Version

2.0.0-RELEASE
Type

Type

pom

Download client 2.0.0-RELEASE

Filename Size
client-2.0.0-RELEASE.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/com.coherentlogic.wb/client/ -->
<dependency>
    <groupId>com.coherentlogic.wb</groupId>
    <artifactId>client</artifactId>
    <version>2.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation 'com.coherentlogic.wb:client:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation ("com.coherentlogic.wb:client:2.0.0-RELEASE")
'com.coherentlogic.wb:client:pom:2.0.0-RELEASE'
<dependency org="com.coherentlogic.wb" name="client" rev="2.0.0-RELEASE">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb', module='client', version='2.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic.wb" % "client" % "2.0.0-RELEASE"
[com.coherentlogic.wb/client "2.0.0-RELEASE"]