is not current version
Last Version 2.0.3-RELEASE

com.coherentlogic.wb:client 1.0.4-RELEASE

Java client for the World Bank Web Services

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coherentlogic.wb
ArtifactId

ArtifactId

client
Version

Version

1.0.4-RELEASE
Type

Type

pom

Download client 1.0.4-RELEASE

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

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