| 组织ID: |
org.carewebframework |
| 项目ID: |
org.carewebframework.shell |
| 版本: |
6.0.0-RC2 |
| 最后修改时间: |
2019-12-06 15:29:55 |
| 包类型: |
jar |
| 标题: |
CWF Shell |
| 大小: |
295.25KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.shell</artifactId>
<version>6.0.0-RC2</version>
</dependency>
|
| Gradle引入代码: |
org.carewebframework:org.carewebframework.shell:6.0.0-RC2
|
| 下载Jar包: |
|
| POM文件内容: |
<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.carewebframework</groupId>
<artifactId>org.carewebframework-parent</artifactId>
<version>6.0.0-RC2</version>
</parent>
<artifactId>org.carewebframework.shell</artifactId>
<name>CWF Shell</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/AllTests.class</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.ui.core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.help.core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.ui.test</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/@00300@cwf-shell-spring.xml
META-INF/spring.handlers
META-INF/spring.schemas
org/carewebframework/shell/plugins/plugin-extensions.xsd
org.carewebframework.shell.plugins.PluginDefinition$Authority.class
org.carewebframework.shell.plugins.PluginDefinition.class
org.carewebframework.shell.plugins.PluginEvent.class
org.carewebframework.shell.plugins.IPluginEvent.class
org.carewebframework.shell.plugins.IPluginEventListener.class
org.carewebframework.shell.plugins.PluginException.class
org.carewebframework.shell.plugins.PluginRegistry$1.class
org.carewebframework.shell.plugins.PluginResourceCSS.class
org.carewebframework.shell.plugins.PluginResourceButton.class
org.carewebframework.shell.plugins.PluginXmlParser$1.class
org.carewebframework.shell.plugins.PluginResourceBean.class
org.carewebframework.shell.plugins.PluginStatus$1.class
org.carewebframework.shell.plugins.PluginStatus.class
org.carewebframework.shell.plugins.PluginWakeOnMessage$1.class
org.carewebframework.shell.plugins.PluginController.class
org.carewebframework.shell.triggers.TriggerConditionActivate.class
org.carewebframework.shell.triggers.TriggerConditionGenericEvent.class
org.carewebframework.shell.triggers.TriggerActionShow.class
org.carewebframework.shell.triggers.TriggerActionLogout.class
org.carewebframework.shell.elements.ElementTriggerCondition.class
org.carewebframework.shell.elements.ElementTrigger.class
org.carewebframework.shell.elements.ElementTriggerAction.class
org.carewebframework.shell.elements.ElementUI.class
org.carewebframework.shell.elements.ElementPlugin.class
org.carewebframework.shell.elements.ElementTabPane.class
org.carewebframework.shell.elements.ElementImage.class
org.carewebframework.shell.designer.PropertyEditorStepView.class
org.carewebframework.shell.designer.PropertyEditorInteger.class
org.carewebframework.shell.designer.PropertyEditorTabView.class
org.carewebframework.shell.designer.LayoutManager$1.class
org.carewebframework.shell.designer.LayoutManager.class
org.carewebframework.shell.designer.PropertyEditorTriggers.class
org.carewebframework.shell.designer.PropertyEditorSplitterView.class
org.carewebframework.shell.designer.LayoutDesigner$MovementType.class
org.carewebframework.shell.designer.LayoutDesigner$1.class
org.carewebframework.shell.designer.LayoutDesigner.class
org.carewebframework.shell.designer.DesignMenu.class
org.carewebframework.shell.designer.LayoutPrompt.class
org.carewebframework.shell.designer.PropertyEditorText.class
org.carewebframework.shell.designer.PropertyEditorOrderedChildren.class
org.carewebframework.shell.designer.PropertyEditorEnum.class
org.carewebframework.shell.designer.PropertyEditorAction.class
org.carewebframework.shell.designer.PropertyEditorTreeView.class
org.carewebframework.shell.property.PropertyInfo.class
org.carewebframework.shell.property.PropertyType.class
org.carewebframework.shell.property.IPropertyAccessor.class
org.carewebframework.shell.property.PropertySerializer$1.class
org.carewebframework.shell.property.PropertySerializer$2.class
org.carewebframework.shell.property.PropertySerializer$3.class
org.carewebframework.shell.property.PropertySerializer$4.class
org.carewebframework.shell.property.PropertySerializer$5.class
org.carewebframework.shell.property.PropertySerializer$6.class
org.carewebframework.shell.property.PropertySerializer$EnumSerializer.class
org.carewebframework.shell.property.PropertySerializer$IterableSerializer.class
org.carewebframework.shell.property.PropertySerializer.class
org.carewebframework.shell.property.PropertyProxy.class
org.carewebframework.shell.property.PropertyTypeRegistry.class
org.carewebframework.shell.property.PropertyUtil.class
org.carewebframework.shell.property.PropertyBag.class
org.carewebframework.shell.CareWebShell$1.class
org.carewebframework.shell.CareWebShell.class
org.carewebframework.shell.layout.LayoutElement$LayoutRoot.class
org.carewebframework.shell.layout.LayoutElement$1.class
org.carewebframework.shell.layout.LayoutElement.class
org.carewebframework.shell.layout.LayoutNode.class
org.carewebframework.shell.layout.Layout.class
org.carewebframework.shell.layout.LayoutIdentifier.class
org.carewebframework.shell.layout.LayoutTrigger.class
org.carewebframework.shell.layout.LayoutTriggerCondition.class
org.carewebframework.shell.layout.LayoutLoaderPrivate.class
org.carewebframework.shell.layout.LayoutLoaderBase.class
org.carewebframework.shell.layout.ILayoutLoader.class
org.carewebframework.shell.layout.LayoutService.class
org.carewebframework.shell.layout.ILayoutService.class
org.carewebframework.shell.layout.LayoutLoaderApp.class
org.carewebframework.shell.layout.LayoutLoaderShared.class
org.carewebframework.shell.layout.LayoutTriggerAction.class
org.carewebframework.shell.layout.LayoutLoaderRegistry.class
org.carewebframework.shell.layout.LayoutUtil.class
org.carewebframework.shell.layout.LayoutParser$Tag.class
org.carewebframework.shell.layout.LayoutParser$1.class
org.carewebframework.shell.layout.LayoutParser.class
org.carewebframework.shell.CareWebStartup.class
org.carewebframework.shell.ICareWebStartup.class
org.carewebframework.shell.CareWebUtil.class
org.carewebframework.shell.CareWebShellEx$PathResolver.class
org.carewebframework.shell.CareWebShellEx.class
org.carewebframework.shell.AboutDialog$AboutParams.class
org.carewebframework.shell.AboutDialog.class
org.carewebframework.shell.Constants.class
web/org/carewebframework/shell/aboutDialog.fsp
web/org/carewebframework/shell/careWeb.css
web/org/carewebframework/shell/careWebPrint.css
web/org/carewebframework/shell/designer/addComponent.fsp
web/org/carewebframework/shell/designer/clipboardViewer.fsp
web/org/carewebframework/shell/designer/designContextMenu.fsp
web/org/carewebframework/shell/designer/designMenu.fsp
web/org/carewebframework/shell/designer/layoutDesigner.fsp
web/org/carewebframework/shell/designer/layoutManager.fsp
web/org/carewebframework/shell/designer/layoutPrompt.fsp
web/org/carewebframework/shell/designer/propertyEditorBoolean.fsp
web/org/carewebframework/shell/designer/propertyEditorCustomTree.fsp
web/org/carewebframework/shell/designer/propertyEditorText.fsp
web/org/carewebframework/shell/designer/propertyGrid.fsp
web/org/carewebframework/shell/elements/elementDesktop.fsp
web/org/carewebframework/shell/elements/elementStepView.fsp
web/org/carewebframework/shell/elements/elementTreePane.fsp
web/org/carewebframework/shell/elements/elementTreeView.fsp
web/org/carewebframework/shell/images/16x16/about.png
web/org/carewebframework/shell/images/16x16/add.png
web/org/carewebframework/shell/images/16x16/arrowD.png
web/org/carewebframework/shell/images/16x16/arrowL.png
web/org/carewebframework/shell/images/16x16/arrowR.png
web/org/carewebframework/shell/images/16x16/arrowU.png
web/org/carewebframework/shell/images/16x16/bringToFront.png
web/org/carewebframework/shell/images/16x16/copy.png
web/org/carewebframework/shell/images/16x16/cut.png
web/org/carewebframework/shell/images/16x16/delete.png
web/org/carewebframework/shell/images/16x16/designOff.png
web/org/carewebframework/shell/images/16x16/designOn.png
web/org/carewebframework/shell/images/16x16/paste.png
web/org/carewebframework/shell/images/16x16/properties.png
web/org/carewebframework/shell/images/16x16/refresh.png
web/org/carewebframework/shell/images/16x16/starOff.png
web/org/carewebframework/shell/images/16x16/starOn.png
web/org/carewebframework/shell/images/16x16/view.png
web/org/carewebframework/shell/images/home.png
web/org/carewebframework/shell/images/ri.png
META-INF/maven/org.carewebframework/org.carewebframework.shell/pom.xml
META-INF/maven/org.carewebframework/org.carewebframework.shell/pom.properties
META-INF/messages.properties
org.carewebframework.shell.plugins.IPluginResource.class
org.carewebframework.shell.plugins.PluginEvent$PluginAction.class
org.carewebframework.shell.plugins.PluginResourceHelp.class
org.carewebframework.shell.plugins.IPluginController.class
org.carewebframework.shell.plugins.PluginResourcePropertyGroup.class
org.carewebframework.shell.plugins.PluginRegistry.class
org.carewebframework.shell.plugins.PluginResourceCommand.class
org.carewebframework.shell.plugins.PluginXmlParser$ResourceType.class
org.carewebframework.shell.plugins.PluginXmlParser.class
org.carewebframework.shell.plugins.PluginResourceAction.class
org.carewebframework.shell.plugins.PluginXmlHandler.class
org.carewebframework.shell.plugins.PluginWakeOnMessage.class
org.carewebframework.shell.plugins.PluginResourceMenu.class
org.carewebframework.shell.triggers.ITriggerCondition.class
org.carewebframework.shell.triggers.ITriggerCallback.class
org.carewebframework.shell.triggers.ITriggerAction.class
org.carewebframework.shell.triggers.TriggerActionAction.class
org.carewebframework.shell.triggers.TriggerActionHide.class
org.carewebframework.shell.elements.ElementBase.class
org.carewebframework.shell.elements.ElementPlugin$ToolbarContainer.class
org.carewebframework.shell.elements.ElementPlugin$PluginContainer.class
org.carewebframework.shell.elements.ElementPlugin$1.class
org.carewebframework.shell.elements.ElementDesktop.class
org.carewebframework.shell.elements.ElementMenubar.class
org.carewebframework.shell.elements.ElementToolbar.class
org.carewebframework.shell.elements.ElementTabView.class
org.carewebframework.shell.elements.ElementActionBase.class
org.carewebframework.shell.elements.ElementTreePane.class
org.carewebframework.shell.elements.ElementTreeView.class
org.carewebframework.shell.elements.ElementMenuItem.class
org.carewebframework.shell.elements.ElementFrame.class
org.carewebframework.shell.elements.ElementProxy.class
org.carewebframework.shell.elements.ElementStepPane.class
org.carewebframework.shell.elements.ElementStepView.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
org.carewebframework.ui.core-${project.parent.version}.jar
/org.carewebframework/org.carewebframework.ui.core/${project.parent.version}
查看org.carewebframework.ui.core所有版本文件
org.carewebframework.help.core-${project.parent.version}.jar
/org.carewebframework/org.carewebframework.help.core/${project.parent.version}
查看org.carewebframework.help.core所有版本文件
org.carewebframework.ui.test-${project.parent.version}.jar
/org.carewebframework/org.carewebframework.ui.test/${project.parent.version}
查看org.carewebframework.ui.test所有版本文件
|