License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdcom.alipay.sofa |
ArtifactId | ArtifactIdsofa-tracer-sample-with-h2 |
Version | Version3.0.6 |
Type | Typejar |
Description |
DescriptionAlipay SOFATracer Log Implemented by OpenTracing
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/sofa-tracer-sample-with-h2/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-tracer-sample-with-h2</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/sofa-tracer-sample-with-h2/
implementation 'com.alipay.sofa:sofa-tracer-sample-with-h2:3.0.6'
// https://jarcasting.com/artifacts/com.alipay.sofa/sofa-tracer-sample-with-h2/
implementation ("com.alipay.sofa:sofa-tracer-sample-with-h2:3.0.6")
'com.alipay.sofa:sofa-tracer-sample-with-h2:jar:3.0.6'
<dependency org="com.alipay.sofa" name="sofa-tracer-sample-with-h2" rev="3.0.6">
<artifact name="sofa-tracer-sample-with-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='sofa-tracer-sample-with-h2', version='3.0.6')
)
libraryDependencies += "com.alipay.sofa" % "sofa-tracer-sample-with-h2" % "3.0.6"
[com.alipay.sofa/sofa-tracer-sample-with-h2 "3.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.alipay.sofa : tracer-sofa-boot-starter | jar | 3.0.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 2.1.0.RELEASE |
mysql : mysql-connector-java | jar | 8.0.13 |
com.alipay.sofa : sofa-tracer-datasource-plugin | jar | 3.0.6 |
com.alibaba : druid | jar | 1.0.12 |
c3p0 : c3p0 | jar | 0.9.1.1 |
org.apache.tomcat : tomcat-jdbc | jar | 8.5.31 |
commons-dbcp : commons-dbcp | jar | 1.4 |
com.zaxxer : HikariCP-java6 | jar | 2.3.8 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.197 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |