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