GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-core-common |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sharding-core-common-4.0.0.pom | |
sharding-core-common-4.0.0.jar | 158 KB |
sharding-core-common-4.0.0-sources.jar | 137 KB |
sharding-core-common-4.0.0-javadoc.jar | 814 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core-common/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-common</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core-common/
implementation 'org.apache.shardingsphere:sharding-core-common:4.0.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core-common/
implementation ("org.apache.shardingsphere:sharding-core-common:4.0.0")
'org.apache.shardingsphere:sharding-core-common:jar:4.0.0'
<dependency org="org.apache.shardingsphere" name="sharding-core-common" rev="4.0.0">
<artifact name="sharding-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-core-common', version='4.0.0')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-core-common" % "4.0.0"
[org.apache.shardingsphere/sharding-core-common "4.0.0"]