jar

org.springframework.plugin : spring-plugin-core

Maven & Gradle

Nov 16, 2022
144 usages
426 stars

Spring Plugin - Core · Core plugin infrastructure

Table Of Contents

Latest Version

Download org.springframework.plugin : spring-plugin-core JAR file - Latest Versions:

All Versions

Download org.springframework.plugin : spring-plugin-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.x
1.2.x
1.1.x
1.0.x
0.8.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 spring-plugin-core-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.plugin.core.config

├─ org.springframework.plugin.core.config.EnablePluginRegistries.class - [JAR]

├─ org.springframework.plugin.core.config.PluginListDefinitionParser.class - [JAR]

├─ org.springframework.plugin.core.config.PluginNamespaceHandler.class - [JAR]

├─ org.springframework.plugin.core.config.PluginRegistriesBeanDefinitionRegistrar.class - [JAR]

├─ org.springframework.plugin.core.config.PluginRegistryDefinitionParser.class - [JAR]

org.springframework.plugin.core

├─ org.springframework.plugin.core.OrderAwarePluginRegistry.class - [JAR]

├─ org.springframework.plugin.core.Plugin.class - [JAR]

├─ org.springframework.plugin.core.PluginRegistry.class - [JAR]

├─ org.springframework.plugin.core.PluginRegistrySupport.class - [JAR]

├─ org.springframework.plugin.core.SimplePluginRegistry.class - [JAR]

├─ org.springframework.plugin.core.package-info.class - [JAR]

org.springframework.plugin.core.support

├─ org.springframework.plugin.core.support.AbstractTypeAwareSupport.class - [JAR]

├─ org.springframework.plugin.core.support.BeanListFactoryBean.class - [JAR]

├─ org.springframework.plugin.core.support.PluginRegistryFactoryBean.class - [JAR]

├─ org.springframework.plugin.core.support.package-info.class - [JAR]

org.springframework.plugin.core.aot

├─ org.springframework.plugin.core.aot.PluginRegistryRuntimeHints.class - [JAR]

Advertisement