Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.wb |
ArtifactId | ArtifactIdclient |
Version | Version0.8.3 |
Type | Typepom |
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"]