GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-core |
Version | Version4.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
sharding-core-4.0.0-RC1.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.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core/
implementation 'org.apache.shardingsphere:sharding-core:4.0.0-RC1'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-core/
implementation ("org.apache.shardingsphere:sharding-core:4.0.0-RC1")
'org.apache.shardingsphere:sharding-core:pom:4.0.0-RC1'
<dependency org="org.apache.shardingsphere" name="sharding-core" rev="4.0.0-RC1">
<artifact name="sharding-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-core', version='4.0.0-RC1')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-core" % "4.0.0-RC1"
[org.apache.shardingsphere/sharding-core "4.0.0-RC1"]