GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-core |
Version | Version4.1.0 |
Type | Typepom |
Filename | Size |
---|---|
sharding-core-4.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core/
implementation 'org.apache.shardingsphere:sharding-core:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core/
implementation ("org.apache.shardingsphere:sharding-core:4.1.0")
'org.apache.shardingsphere:sharding-core:pom:4.1.0'
<dependency org="org.apache.shardingsphere" name="sharding-core" rev="4.1.0">
<artifact name="sharding-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-core', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-core" % "4.1.0"
[org.apache.shardingsphere/sharding-core "4.1.0"]