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