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