| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.mydataharbor |
| ArtifactId | ArtifactIdmydataharbor-plugin-base |
| Version | Version1.0.3-RELEASE |
| Type | Typejar |
| Description |
DescriptionMyDataHarbor是一个致力于解决任意数据源到任意数据端的分布式、高扩展性、高性能、事务级的中间件。
|
<!-- https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-plugin-base/ -->
<dependency>
<groupId>com.mydataharbor</groupId>
<artifactId>mydataharbor-plugin-base</artifactId>
<version>1.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-plugin-base/
implementation 'com.mydataharbor:mydataharbor-plugin-base:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-plugin-base/
implementation ("com.mydataharbor:mydataharbor-plugin-base:1.0.3-RELEASE")
'com.mydataharbor:mydataharbor-plugin-base:jar:1.0.3-RELEASE'
<dependency org="com.mydataharbor" name="mydataharbor-plugin-base" rev="1.0.3-RELEASE">
<artifact name="mydataharbor-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mydataharbor', module='mydataharbor-plugin-base', version='1.0.3-RELEASE')
)
libraryDependencies += "com.mydataharbor" % "mydataharbor-plugin-base" % "1.0.3-RELEASE"
[com.mydataharbor/mydataharbor-plugin-base "1.0.3-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
| org.reflections : reflections | jar | 0.9.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.mydataharbor : mydataharbor-core | jar | 1.0.3-RELEASE |
| org.projectlombok : lombok | jar | 1.18.18 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.13.1,) |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |