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