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