is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.wb:client 0.8.3

Java client for the World Bank Web Services

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coherentlogic.wb
ArtifactId

ArtifactId

client
Version

Version

0.8.3
Type

Type

pom

Download client 0.8.3

Filename Size
client-0.8.3.pom 13 KB
Browse

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