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