| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.oceanbase.logproxy.client |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.oceanbase.logproxy.client:client
The Java Client for OceanBase LogProxy.
|
| Filename | Size |
|---|---|
| client-1.0.0.pom | |
| client-1.0.0.jar | 94 KB |
| client-1.0.0-sources.jar | 63 KB |
| client-1.0.0-javadoc.jar | 325 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oceanbase.logproxy.client/client/ -->
<dependency>
<groupId>com.oceanbase.logproxy.client</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oceanbase.logproxy.client/client/
implementation 'com.oceanbase.logproxy.client:client:1.0.0'
// https://jarcasting.com/artifacts/com.oceanbase.logproxy.client/client/
implementation ("com.oceanbase.logproxy.client:client:1.0.0")
'com.oceanbase.logproxy.client:client:jar:1.0.0'
<dependency org="com.oceanbase.logproxy.client" name="client" rev="1.0.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oceanbase.logproxy.client', module='client', version='1.0.0')
)
libraryDependencies += "com.oceanbase.logproxy.client" % "client" % "1.0.0"
[com.oceanbase.logproxy.client/client "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.oceanbase.logproxy.client : common | jar | 1.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.32 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
| org.slf4j : jul-to-slf4j | jar | 1.7.32 |
| ch.qos.logback : logback-core | jar | 1.2.6 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |