GroupId | GroupIdio.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-core |
Version | Version3.0.0.M4 |
Type | Typejar |
Filename | Size |
---|---|
sharding-core-3.0.0.M4.pom | |
sharding-core-3.0.0.M4.jar | 609 KB |
sharding-core-3.0.0.M4-sources.jar | 526 KB |
sharding-core-3.0.0.M4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-core/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>3.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-core/
implementation 'io.shardingsphere:sharding-core:3.0.0.M4'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-core/
implementation ("io.shardingsphere:sharding-core:3.0.0.M4")
'io.shardingsphere:sharding-core:jar:3.0.0.M4'
<dependency org="io.shardingsphere" name="sharding-core" rev="3.0.0.M4">
<artifact name="sharding-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-core', version='3.0.0.M4')
)
libraryDependencies += "io.shardingsphere" % "sharding-core" % "3.0.0.M4"
[io.shardingsphere/sharding-core "3.0.0.M4"]