| Категории |
КатегорииMySQL Данные Базы данных |
|---|---|
| Группа | Группаorg.apache.shardingsphere |
| Идентификатор | Идентификаторshardingsphere-sql-parser-mysql |
| Версия | Версия4.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-sql-parser-mysql</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/
implementation 'org.apache.shardingsphere:shardingsphere-sql-parser-mysql:4.0.1'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/
implementation ("org.apache.shardingsphere:shardingsphere-sql-parser-mysql:4.0.1")
'org.apache.shardingsphere:shardingsphere-sql-parser-mysql:jar:4.0.1'
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-parser-mysql" rev="4.0.1">
<artifact name="shardingsphere-sql-parser-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-parser-mysql', version='4.0.1')
)
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-parser-mysql" % "4.0.1"
[org.apache.shardingsphere/shardingsphere-sql-parser-mysql "4.0.1"]