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