jar

cn.benma666 : KettleEasyExpand

Maven & Gradle

May 20, 2024
38 stars

KettleEasyExpand · 一个简化kettle插件开发的通用插件,采用JSON作为参数配置,省去ui调试设计步骤,只需一个类就可以开发一个插件。

Table Of Contents

Latest Version

Download cn.benma666 : KettleEasyExpand JAR file - Latest Versions:

All Versions

Download cn.benma666 : KettleEasyExpand JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.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 KettleEasyExpand-0.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.benma666.kettle.steps.easyexpand

├─ cn.benma666.kettle.steps.easyexpand.EasyExpand.class - [JAR]

├─ cn.benma666.kettle.steps.easyexpand.EasyExpandData.class - [JAR]

├─ cn.benma666.kettle.steps.easyexpand.EasyExpandDialog.class - [JAR]

├─ cn.benma666.kettle.steps.easyexpand.EasyExpandMeta.class - [JAR]

├─ cn.benma666.kettle.steps.easyexpand.EasyExpandRunBase.class - [JAR]

cn.benma666.test

├─ cn.benma666.test.ExceptionTest.class - [JAR]

├─ cn.benma666.test.SocketTest.class - [JAR]

cn.benma666.kettle.jobentry.easyexpand

├─ cn.benma666.kettle.jobentry.easyexpand.JobEntryEasyExpand.class - [JAR]

├─ cn.benma666.kettle.jobentry.easyexpand.JobEntryEasyExpandDialog.class - [JAR]

├─ cn.benma666.kettle.jobentry.easyexpand.JobEntryEasyExpandRunBase.class - [JAR]

Advertisement