| 组织ID: |
org.apache.shardingsphere |
| 项目ID: |
sharding-core-parse-oracle |
| 版本: |
4.0.0-RC2 |
| 最后修改时间: |
2019-08-23 19:14:26 |
| 包类型: |
jar |
| 标题: |
${project.artifactId} |
| 大小: |
375.82KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-oracle</artifactId>
<version>4.0.0-RC2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.shardingsphere:sharding-core-parse-oracle:4.0.0-RC2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC2</version>
</parent>
<artifactId>sharding-core-parse-oracle</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<executions>
<execution>
<id>antlr</id>
<configuration>
<libDirectory>src/main/antlr4/imports/oracle/</libDirectory>
<listener>false</listener>
<visitor>false</visitor>
</configuration>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/parsing-rule-definition/oracle/sql-statement-rule-definition.xml
META-INF/parsing-rule-definition/oracle/filler-rule-definition.xml
META-INF/parsing-rule-definition/oracle/extractor-rule-definition.xml
META-INF/DEPENDENCIES
META-INF/services/org.apache.shardingsphere.core.parse.spi.SQLParserEntry
org.apache.shardingsphere.core.parse.core.extractor.OracleDropPrimaryKeyExtractor.class
org.apache.shardingsphere.core.parse.core.extractor.OracleModifyColumnDefinitionExtractor.class
org.apache.shardingsphere.core.parse.OracleParser.class
org.apache.shardingsphere.core.parse.OracleParserEntry.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DateTimeLiteralsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$PrivateExprOfDbContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SystemPrivilegeOperation_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MultipleTablesClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SpecialDatatypeContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$NullValueLiteralsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropUserContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DatetimeTypeSuffixContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IndexExpressions_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$BitExprContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ConstraintOptionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$NameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DataRedactionSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CascadeOrInvalidateContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ComparisonOperatorContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$InlineConstraintContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OlapCubeBuildProcessesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RenameIndexClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DirectoriesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$JoinedTableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$NotOperator_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RollbackSegmentsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$BooleanPrimary_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ExceptionsClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OperatorsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$JobSchedulerObjectsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$QualifiedShorthandContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AttributeNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SqlTranslationProfilesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IndexTypeNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SelectContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$InsertContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ContextsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ElseClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AggregationFunctionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropIndexContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropColumnClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementLexer.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UnqualifiedShorthandContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IdentifyOptionsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LogicalOperatorContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RoleClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterRoleContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UnreservedWord_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ModifyColPropertiesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ModifyColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DistinctContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateTableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnPropertiesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DataTypeContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterIndexContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AdvisorFrameworkSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LobItemsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectPropertiesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SearchedCaseExprContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateIndexSpecification_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UsingIndexClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectPropertyContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnDefinitionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TablespaceClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnOrVirtualDefinitionsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterExternalTableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OlapCubeMeasureFoldersSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DeleteSpecification_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ExprContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableFactorContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$NotDeferrableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateIndexContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$VirtualColumnDefinitionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ClustersSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterUserContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TablespaceClauseWithParenContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IndexesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DictionariesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectPrivilegeType_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ModifyColSubstitutableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$KeyManagementFrameworkSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ReferencesClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$BitmapJoinIndexClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateDefinitionClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectTypeColPropertiesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SimpleExprContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CastFunction_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RolesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CaseWhen_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RenameColumnClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$InsertValuesClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SelectItemContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterTableContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableReferenceContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$StringLiteralsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AddColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LibrariesFrameworkSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DatabaseLinksSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SimpleCaseExprContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateTableSpecification_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LobItemContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UsersSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SubqueryContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OutlinesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DataTypeName_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DeleteContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateIndexClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SelectClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AggregationFunctionName_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SetAssignmentsClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DatabaseSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ProfilesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnNamesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CollationNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OperateColumnClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UpdateContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$InsertSelectClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LogminerFrameworkSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RegularFunctionName_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$JoinSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SequencesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AssignmentValueContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CaseElse_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CharFunction_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OrderByClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RevokeContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ExprsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CaseExpression_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$NumberLiteralsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IntervalExpressionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OracleIdContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnSortClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnSortsClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DuplicateSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OutOfLineRefConstraintContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SubstitutableColumnClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TypesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UnionClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OnObjectClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LobItemListContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IndexTypesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ConstraintWithNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AddConstraintSpecificationContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnPropertyContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TreatFunctionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RenameTableSpecification_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$IdentityClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SystemPrivilegeClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableAliasContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RelationalPropertiesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DimensionsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$RollbackContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SynonymsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AliasContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$VisibleClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ConstraintPrimaryOrUniqueContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateRoleContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SavepointContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MaterizlizedViewsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$EditionsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SpecialFunction_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ProceduresSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableReferencesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableNamesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropRoleContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ConstraintClausesContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OrderByItemContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OwnerContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectAccessExpressionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$InitiallyClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ObjectPrivilegeClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DropConstraintClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SelectItemsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$DebuggingSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$UpdateSpecification_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ModifyConstraintClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$LiteralsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SimpleExprsContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$FlashbackDataArchivesPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$CreateIndexDefinitionClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MultipleTableNames_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$OlapCubesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ExprListContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ConstraintStateContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$TableIndexClause_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MiningModelsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$GroupByClauseContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ParameterMarkerContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$PluggableDatabasesSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SessionsSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AssignmentContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MatchNoneContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$MiscellaneousSystemPrivilege_Context.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$SchemaNameContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$ColumnOrVirtualDefinitionContext.class
org.apache.shardingsphere.core.parse.autogen.OracleStatementParser$AlterTablePropertiesContext.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
sharding-core-parse-spi-${project.version}.jar
/org.apache.shardingsphere/sharding-core-parse-spi/${project.version}
查看sharding-core-parse-spi所有版本文件
sharding-core-parse-common-${project.version}.jar
/org.apache.shardingsphere/sharding-core-parse-common/${project.version}
查看sharding-core-parse-common所有版本文件
|