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