<dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-data-pipeline</artifactId> <version>5.5.3-SNAPSHOT</version> <type>pom</type> </dependency>
<dependency org="org.apache.shardingsphere" name="shardingsphere-data-pipeline" rev="5.5.3-SNAPSHOT"> <artifact name="shardingsphere-data-pipeline" type="pom" /> </dependency>
@Grapes( @Grab(group='org.apache.shardingsphere', module='shardingsphere-data-pipeline', version='5.5.3-SNAPSHOT') )
implementation 'org.apache.shardingsphere:shardingsphere-data-pipeline:5.5.3-SNAPSHOT'
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-data-pipeline" % "5.5.3-SNAPSHOT"
[org.apache.shardingsphere/shardingsphere-data-pipeline "5.5.3-SNAPSHOT"]