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