| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.oceanbase.logclient | 
| ArtifactId | ArtifactIdlogclient | 
| Last Version | Last Version1.0.5 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncom.oceanbase.logclient:logclient OceanBase Log Client. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| logclient-1.0.5.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.oceanbase.logclient/logclient/ -->
<dependency>
    <groupId>com.oceanbase.logclient</groupId>
    <artifactId>logclient</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.oceanbase.logclient/logclient/
implementation 'com.oceanbase.logclient:logclient:1.0.5'// https://jarcasting.com/artifacts/com.oceanbase.logclient/logclient/
implementation ("com.oceanbase.logclient:logclient:1.0.5")'com.oceanbase.logclient:logclient:pom:1.0.5'<dependency org="com.oceanbase.logclient" name="logclient" rev="1.0.5">
  <artifact name="logclient" type="pom" />
</dependency>@Grapes(
@Grab(group='com.oceanbase.logclient', module='logclient', version='1.0.5')
)libraryDependencies += "com.oceanbase.logclient" % "logclient" % "1.0.5"[com.oceanbase.logclient/logclient "1.0.5"]