Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.wb |
ArtifactId | ArtifactIdclient |
Version | Version0.9.2 |
Type | Typepom |
Filename | Size |
---|---|
client-0.9.2.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.wb/client/ -->
<dependency>
<groupId>com.coherentlogic.wb</groupId>
<artifactId>client</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation 'com.coherentlogic.wb:client:0.9.2'
// https://jarcasting.com/artifacts/com.coherentlogic.wb/client/
implementation ("com.coherentlogic.wb:client:0.9.2")
'com.coherentlogic.wb:client:pom:0.9.2'
<dependency org="com.coherentlogic.wb" name="client" rev="0.9.2">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb', module='client', version='0.9.2')
)
libraryDependencies += "com.coherentlogic.wb" % "client" % "0.9.2"
[com.coherentlogic.wb/client "0.9.2"]