组织ID: |
uk.org.retep.microkernel |
项目ID: |
module |
版本: |
10.5.1 |
最后修改时间: |
2020-05-01 22:46:21 |
包类型: |
jar |
标题: |
retepMicroKernel Module |
描述: |
The Module API. If used this artifact should be used with the scope
of "provided" as at runtime it is included within the Bootstrap.
It allows a 'module' to run at the same level as the main spring kernel.
|
大小: |
23.99KB |
|
Maven引入代码: |
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>module</artifactId>
<version>10.5.1</version>
</dependency>
|
Gradle引入代码: |
uk.org.retep.microkernel:module:10.5.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<groupId>uk.org.retep</groupId>
<artifactId>retepMicroKernel</artifactId>
<version>10.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>module</artifactId>
<version>10.5.1</version>
<packaging>jar</packaging>
<name>retepMicroKernel Module</name>
<description>
The Module API. If used this artifact should be used with the scope
of "provided" as at runtime it is included within the Bootstrap.
It allows a 'module' to run at the same level as the main spring kernel.
</description>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
uk.org.retep.kernel.module.AbstractModule.class
uk.org.retep.kernel.module.core.DeploymentScanner$1.class
uk.org.retep.kernel.module.core.DeploymentScanner$2.class
uk.org.retep.kernel.module.core.DeploymentScanner.class
uk.org.retep.kernel.module.core.ModuleConfiguration.class
uk.org.retep.kernel.module.core.ModuleLifeCycle.class
uk.org.retep.kernel.module.EventType.class
uk.org.retep.kernel.module.FatalModuleException.class
uk.org.retep.kernel.module.Module.class
uk.org.retep.kernel.module.ModuleConfigurationException.class
uk.org.retep.kernel.module.ModuleEvent.class
uk.org.retep.kernel.module.ModuleException.class
uk.org.retep.kernel.module.ModuleState$1.class
uk.org.retep.kernel.module.ModuleState$2.class
uk.org.retep.kernel.module.ModuleState$3.class
uk.org.retep.kernel.module.ModuleState$4.class
uk.org.retep.kernel.module.ModuleState$5.class
uk.org.retep.kernel.module.ModuleState$6.class
uk.org.retep.kernel.module.ModuleState$7.class
uk.org.retep.kernel.module.ModuleState$8.class
uk.org.retep.kernel.module.ModuleState.class
uk.org.retep.kernel.module.ResourceResolver.class
uk.org.retep.kernel.module.util.KeystoreUtil$1.class
uk.org.retep.kernel.module.util.KeystoreUtil$Key.class
uk.org.retep.kernel.module.util.KeystoreUtil$Trust.class
uk.org.retep.kernel.module.util.KeystoreUtil.class
META-INF/maven/uk.org.retep.microkernel/module/pom.xml
META-INF/maven/uk.org.retep.microkernel/module/pom.properties
|
依赖Jar: |
无
|