is not current version
Last Version 0.4

com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp 0.2

The sample client app in this example project that uses the clientlib to connect to the server.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.optimaize.soapworks.exampleproject.clientapp
ArtifactId

ArtifactId

soapworks-exampleproject-clientapp
Version

Version

0.2
Type

Type

jar

Download soapworks-exampleproject-clientapp 0.2


<!-- https://jarcasting.com/artifacts/com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp/ -->
<dependency>
    <groupId>com.optimaize.soapworks.exampleproject.clientapp</groupId>
    <artifactId>soapworks-exampleproject-clientapp</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp/
implementation 'com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:0.2'
// https://jarcasting.com/artifacts/com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp/
implementation ("com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:0.2")
'com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:jar:0.2'
<dependency org="com.optimaize.soapworks.exampleproject.clientapp" name="soapworks-exampleproject-clientapp" rev="0.2">
  <artifact name="soapworks-exampleproject-clientapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.optimaize.soapworks.exampleproject.clientapp', module='soapworks-exampleproject-clientapp', version='0.2')
)
libraryDependencies += "com.optimaize.soapworks.exampleproject.clientapp" % "soapworks-exampleproject-clientapp" % "0.2"
[com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp "0.2"]