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