Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.wb.client |
ArtifactId | ArtifactIdwb-client-core |
Version | Version1.0.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/ -->
<dependency>
<groupId>com.coherentlogic.wb.client</groupId>
<artifactId>wb-client-core</artifactId>
<version>1.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation 'com.coherentlogic.wb.client:wb-client-core:1.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.wb.client/wb-client-core/
implementation ("com.coherentlogic.wb.client:wb-client-core:1.0.6-RELEASE")
'com.coherentlogic.wb.client:wb-client-core:jar:1.0.6-RELEASE'
<dependency org="com.coherentlogic.wb.client" name="wb-client-core" rev="1.0.6-RELEASE">
<artifact name="wb-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.wb.client', module='wb-client-core', version='1.0.6-RELEASE')
)
libraryDependencies += "com.coherentlogic.wb.client" % "wb-client-core" % "1.0.6-RELEASE"
[com.coherentlogic.wb.client/wb-client-core "1.0.6-RELEASE"]