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