Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.wb.client |
ArtifactId | ArtifactIdwb-client-core |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
wb-client-core-0.8.3.pom | |
wb-client-core-0.8.3.jar | 49 KB |
wb-client-core-0.8.3-sources.jar | 43 KB |
wb-client-core-0.8.3-javadoc.jar | 660 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation 'com.coherentlogic.wb.client:wb-client-core:0.8.3'
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation ("com.coherentlogic.wb.client:wb-client-core:0.8.3")
'com.coherentlogic.wb.client:wb-client-core:jar:0.8.3'
<dependency org="com.coherentlogic.wb.client" name="wb-client-core" rev="0.8.3">
<artifact name="wb-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb.client', module='wb-client-core', version='0.8.3')
)
libraryDependencies += "com.coherentlogic.wb.client" % "wb-client-core" % "0.8.3"
[com.coherentlogic.wb.client/wb-client-core "0.8.3"]