Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.wb.client |
ArtifactId | ArtifactIdwb-client-core |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
wb-client-core-0.8.4.pom | |
wb-client-core-0.8.4.jar | 51 KB |
wb-client-core-0.8.4-sources.jar | 43 KB |
wb-client-core-0.8.4-javadoc.jar | 659 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/ -->
<dependency>
<groupId>com.coherentlogic.wb.client</groupId>
<artifactId>wb-client-core</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation 'com.coherentlogic.wb.client:wb-client-core:0.8.4'
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation ("com.coherentlogic.wb.client:wb-client-core:0.8.4")
'com.coherentlogic.wb.client:wb-client-core:jar:0.8.4'
<dependency org="com.coherentlogic.wb.client" name="wb-client-core" rev="0.8.4">
<artifact name="wb-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb.client', module='wb-client-core', version='0.8.4')
)
libraryDependencies += "com.coherentlogic.wb.client" % "wb-client-core" % "0.8.4"
[com.coherentlogic.wb.client/wb-client-core "0.8.4"]