MVN

org.apache.shardingsphere : shardingsphere-infra-authority

Maven & Gradle

Jun 13, 2021
<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-infra-authority</artifactId>
    <version>5.0.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shardingsphere : shardingsphere-infra-authority to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0-beta
  • Latest Beta: 5.0.0-beta

All Versions

Choose a version of org.apache.shardingsphere : shardingsphere-infra-authority to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
shardingsphere-infra-authority-5.0.0-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-infra-authority</artifactId>
    <version>5.0.0-beta</version>
</dependency>

Advertisement