| 组织ID: |
org.carewebframework |
| 项目ID: |
org.carewebframework.shell |
| 版本: |
6.1.0-RC4 |
| 最后修改时间: |
2019-11-04 07:05:04 |
| 包类型: |
jar |
| 标题: |
CWF Shell |
| 大小: |
298.07KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.shell</artifactId>
<version>6.1.0-RC4</version>
</dependency>
|
| Gradle引入代码: |
org.carewebframework:org.carewebframework.shell:6.1.0-RC4
|
| 下载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.1.0-RC4</version>
</parent>
<artifactId>org.carewebframework.shell</artifactId>
<name>CWF Shell</name>
<properties>
<webjar.name>cwf-shell</webjar.name>
<systemjs>
{ 'map': {
'cwf-shell': 'js/cwf-shell',
'cwf-shell-css': 'css/cwf-shell'
}
}
</systemjs>
</properties>
<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>org.fujion</groupId>
<artifactId>fujion-icons-core</artifactId>
<version>${org.fujion.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
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/css/cwf-shell.css
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/about.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/add.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/arrowD.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/arrowL.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/arrowR.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/arrowU.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/bringToFront.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/copy.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/cut.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/delete.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/designOff.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/designOn.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/paste.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/properties.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/refresh.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/starOff.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/starOn.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/icons/view.png
META-INF/resources/webjars/cwf-shell/6.1.0-RC4/js/cwf-shell.js
org/carewebframework/shell/plugins/plugin-extensions.xsd
org.carewebframework.shell.plugins.PluginDefinition$Authority.class
org.carewebframework.shell.plugins.PluginDefinition.class
org.carewebframework.shell.plugins.IPluginResource.class
org.carewebframework.shell.plugins.PluginEvent$PluginAction.class
org.carewebframework.shell.plugins.PluginEvent.class
org.carewebframework.shell.plugins.PluginResourceHelp.class
org.carewebframework.shell.plugins.IPluginEvent.class
org.carewebframework.shell.plugins.IPluginEventListener.class
org.carewebframework.shell.plugins.IPluginController.class
org.carewebframework.shell.plugins.PluginException.class
org.carewebframework.shell.plugins.PluginResourcePropertyGroup.class
org.carewebframework.shell.plugins.PluginRegistry$1.class
org.carewebframework.shell.plugins.PluginRegistry.class
org.carewebframework.shell.plugins.PluginResourceCSS.class
org.carewebframework.shell.plugins.PluginResourceCommand.class
org.carewebframework.shell.plugins.PluginResourceButton.class
org.carewebframework.shell.plugins.PluginXmlParser$ResourceType.class
org.carewebframework.shell.plugins.PluginXmlParser$1.class
org.carewebframework.shell.plugins.PluginXmlParser.class
org.carewebframework.shell.plugins.PluginResourceBean.class
org.carewebframework.shell.plugins.PluginStatus$1.class
org.carewebframework.shell.plugins.PluginStatus.class
org.carewebframework.shell.elements.ElementStepView.class
org.carewebframework.shell.elements.ElementSplitterPane.class
org.carewebframework.shell.elements.ElementLayout.class
org.carewebframework.shell.ancillary.RelatedClassMap$1.class
org.carewebframework.shell.ancillary.RelatedClassMap.class
org.carewebframework.shell.ancillary.SavedState.class
org.carewebframework.shell.designer.DesignMask$MaskMode.class
org.carewebframework.shell.designer.IClipboardAware.class
org.carewebframework.shell.designer.PropertyEditorBase.class
org.carewebframework.shell.designer.PropertyEditorDouble.class
org.carewebframework.shell.designer.PropertyEditorChoiceList.class
org.carewebframework.shell.designer.PropertyEditorList.class
org.carewebframework.shell.designer.PropertyEditorBoolean.class
org.carewebframework.shell.designer.PropertyEditorCustom.class
org.carewebframework.shell.designer.DesignConstants.class
org.carewebframework.shell.designer.PropertyEditorCustomTree.class
org.carewebframework.shell.designer.DesignContextMenu.class
org.carewebframework.shell.designer.Clipboard.class
org.carewebframework.shell.designer.AddComponent.class
org.carewebframework.shell.designer.LayoutChangedEvent.class
org.carewebframework.shell.designer.ClipboardViewer.class
org.carewebframework.shell.designer.PropertyEditorDate.class
org.carewebframework.shell.designer.DesignMenu.class
org.carewebframework.shell.designer.LayoutPrompt.class
org.carewebframework.shell.designer.PropertyEditorAction.class
org.carewebframework.shell.designer.PropertyEditorTreeView.class
org.carewebframework.shell.layout.Layout.class
org.carewebframework.shell.layout.ILayoutLoader.class
org.carewebframework.shell.layout.ILayoutService.class
org.carewebframework.shell.layout.LayoutLoaderApp.class
org.carewebframework.shell.layout.LayoutLoaderRegistry.class
org.carewebframework.shell.layout.LayoutParser$Tag.class
org.carewebframework.shell.layout.LayoutParser$1.class
org.carewebframework.shell.CareWebStartup.class
org.carewebframework.shell.ICareWebStartup.class
org.carewebframework.shell.CareWebUtil.class
org.carewebframework.shell.CareWebShellEx.class
web/org/carewebframework/shell/aboutDialog.fsp
web/org/carewebframework/shell/designer/clipboardViewer.fsp
web/org/carewebframework/shell/designer/designMenu.fsp
web/org/carewebframework/shell/designer/layoutManager.fsp
web/org/carewebframework/shell/designer/propertyEditorCustomTree.fsp
web/org/carewebframework/shell/elements/elementDesktop.fsp
web/org/carewebframework/shell/elements/elementTreePane.fsp
web/org/carewebframework/shell/images/home.png
META-INF/maven/org.carewebframework/org.carewebframework.shell/pom.xml
META-INF/messages.properties
org.carewebframework.shell.plugins.PluginResourceAction.class
org.carewebframework.shell.plugins.PluginXmlHandler.class
org.carewebframework.shell.plugins.PluginWakeOnMessage$1.class
org.carewebframework.shell.plugins.PluginWakeOnMessage.class
org.carewebframework.shell.plugins.PluginController.class
org.carewebframework.shell.plugins.PluginResourceMenu.class
org.carewebframework.shell.triggers.TriggerConditionActivate.class
org.carewebframework.shell.triggers.TriggerConditionGenericEvent.class
org.carewebframework.shell.triggers.ITriggerCondition.class
org.carewebframework.shell.triggers.ITriggerCallback.class
org.carewebframework.shell.triggers.ITriggerAction.class
org.carewebframework.shell.triggers.TriggerActionShow.class
org.carewebframework.shell.triggers.TriggerActionAction.class
org.carewebframework.shell.triggers.TriggerActionLogout.class
org.carewebframework.shell.triggers.TriggerActionHide.class
org.carewebframework.shell.elements.ElementTriggerCondition.class
org.carewebframework.shell.elements.ElementBase.class
org.carewebframework.shell.elements.ElementTrigger.class
org.carewebframework.shell.elements.ElementTriggerAction.class
org.carewebframework.shell.elements.ElementUI.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.ElementPlugin.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.ElementTabPane.class
org.carewebframework.shell.elements.ElementActionBase.class
org.carewebframework.shell.elements.ElementImage.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.ElementButton.class
org.carewebframework.shell.elements.ElementSplitterView.class
org.carewebframework.shell.elements.ElementLabel.class
org.carewebframework.shell.elements.ElementLink.class
org.carewebframework.shell.ancillary.RelatedClassMap$Cardinality.class
org.carewebframework.shell.ancillary.RelatedClassMap$Cardinalities.class
org.carewebframework.shell.ancillary.NotificationListeners.class
org.carewebframework.shell.ancillary.INotificationListener.class
org.carewebframework.shell.ancillary.CWFException.class
org.carewebframework.shell.designer.DesignMask.class
org.carewebframework.shell.designer.PropertyGrid$RowEx.class
org.carewebframework.shell.designer.PropertyGrid$1.class
org.carewebframework.shell.designer.PropertyGrid.class
org.carewebframework.shell.designer.PropertyEditorIcon.class
org.carewebframework.shell.designer.PropertyEditorColor.class
org.carewebframework.shell.designer.PropertyEditorMenubar.class
org.carewebframework.shell.designer.PropertyEditorCustomTree$Proxy.class
org.carewebframework.shell.designer.PropertyEditorStepView.class
org.carewebframework.shell.designer.PropertyEditorInteger.class
org.carewebframework.shell.designer.PropertyEditorTabView.class
org.carewebframework.shell.designer.IconLibrary.class
org.carewebframework.shell.designer.LayoutManager$1.class
org.carewebframework.shell.designer.LayoutManager.class
org.carewebframework.shell.designer.PropertyEditorTriggers$TriggerProxy.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.PropertyEditorText.class
org.carewebframework.shell.designer.PropertyEditorOrderedChildren.class
org.carewebframework.shell.designer.PropertyEditorEnum.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
org.carewebframework.ui.core-${project.parent.version}.jar
/org.carewebframework/org.carewebframework.ui.core/${project.parent.version}
查看org.carewebframework.ui.core所有版本文件
fujion-icons-core-${org.fujion.version}.jar
/org.fujion/fujion-icons-core/${org.fujion.version}
查看fujion-icons-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所有版本文件
|