License |
License
LGPLv3
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.optimaize.soapworks.exampleproject.clientapp |
ArtifactId | ArtifactIdsoapworks-exampleproject-clientapp |
Version | Version0.4 |
Type | Typejar |
Description |
Descriptionsoapworks-exampleproject-clientapp
The sample client app in this example project that uses the clientlib to connect to the server.
|
Project Organization |
Project Organization |
<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp/
implementation 'com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:0.4'
// https://jarcasting.com/artifacts/com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp/
implementation ("com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:0.4")
'com.optimaize.soapworks.exampleproject.clientapp:soapworks-exampleproject-clientapp:jar:0.4'
<dependency org="com.optimaize.soapworks.exampleproject.clientapp" name="soapworks-exampleproject-clientapp" rev="0.4">
<artifact name="soapworks-exampleproject-clientapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.optimaize.soapworks.exampleproject.clientapp', module='soapworks-exampleproject-clientapp', version='0.4')
)
libraryDependencies += "com.optimaize.soapworks.exampleproject.clientapp" % "soapworks-exampleproject-clientapp" % "0.4"
[com.optimaize.soapworks.exampleproject.clientapp/soapworks-exampleproject-clientapp "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.optimaize.soapworks.exampleproject.clientlib : soapworks-exampleproject-clientlib | jar | 0.4 |
ch.qos.logback : logback-classic | jar | 1.0.6 |
com.intellij : annotations | jar | 12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |