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