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