jar

org.apache.shardingsphere : shardingsphere-spi

Maven & Gradle

Jun 13, 2022
6 usages
18.5k stars

shardingsphere-spi

Table Of Contents

Latest Version

Download org.apache.shardingsphere : shardingsphere-spi JAR file - Latest Versions:

All Versions

Download org.apache.shardingsphere : shardingsphere-spi JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shardingsphere-spi-5.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shardingsphere.spi.aware

├─ org.apache.shardingsphere.spi.aware.SPIMetadataAware.class - [JAR]

org.apache.shardingsphere.spi

├─ org.apache.shardingsphere.spi.ShardingSphereServiceLoader.class - [JAR]

org.apache.shardingsphere.spi.type.typed

├─ org.apache.shardingsphere.spi.type.typed.TypedSPI.class - [JAR]

├─ org.apache.shardingsphere.spi.type.typed.TypedSPIRegistry.class - [JAR]

org.apache.shardingsphere.spi.exception

├─ org.apache.shardingsphere.spi.exception.ServiceProviderNotFoundException.class - [JAR]

├─ org.apache.shardingsphere.spi.exception.ShardingSphereSPIException.class - [JAR]

org.apache.shardingsphere.spi.lifecycle

├─ org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor.class - [JAR]

org.apache.shardingsphere.spi.type.optional

├─ org.apache.shardingsphere.spi.type.optional.OptionalSPI.class - [JAR]

├─ org.apache.shardingsphere.spi.type.optional.OptionalSPIRegistry.class - [JAR]

org.apache.shardingsphere.spi.type.ordered

├─ org.apache.shardingsphere.spi.type.ordered.OrderedSPI.class - [JAR]

├─ org.apache.shardingsphere.spi.type.ordered.OrderedSPIRegistry.class - [JAR]

org.apache.shardingsphere.spi.type.required

├─ org.apache.shardingsphere.spi.type.required.RequiredSPI.class - [JAR]

├─ org.apache.shardingsphere.spi.type.required.RequiredSPIRegistry.class - [JAR]

org.apache.shardingsphere.spi.annotation

├─ org.apache.shardingsphere.spi.annotation.SingletonSPI.class - [JAR]

org.apache.shardingsphere.spi.type.ordered.cache

├─ org.apache.shardingsphere.spi.type.ordered.cache.OrderedServicesCache.class - [JAR]

Advertisement