Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.semispace |
ArtifactId | ArtifactIdsemispace-wsclient |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
semispace-wsclient-0.9.pom | |
semispace-wsclient-0.9.jar | 9 KB |
semispace-wsclient-0.9-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semispace/semispace-wsclient/ -->
<dependency>
<groupId>org.semispace</groupId>
<artifactId>semispace-wsclient</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.semispace/semispace-wsclient/
implementation 'org.semispace:semispace-wsclient:0.9'
// https://jarcasting.com/artifacts/org.semispace/semispace-wsclient/
implementation ("org.semispace:semispace-wsclient:0.9")
'org.semispace:semispace-wsclient:jar:0.9'
<dependency org="org.semispace" name="semispace-wsclient" rev="0.9">
<artifact name="semispace-wsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semispace', module='semispace-wsclient', version='0.9')
)
libraryDependencies += "org.semispace" % "semispace-wsclient" % "0.9"
[org.semispace/semispace-wsclient "0.9"]