<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-route</artifactId>
<version>5.1.0</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-route" % "5.1.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-route', version='5.1.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-route" rev="5.1.0" />