File | Operation |
---|---|
shardingsphere-5.3.2.pom | download |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere', version='5.3.2')
)
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>21</version> </parent>
compile
|-- junit:junit
|-- org.junit.vintage:junit-vintage-engine
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- org.hamcrest:hamcrest-library
|-- org.mockito:mockito-inline