/extend-mod

针对现有功能的增强模块

Primary LanguageJava

extend-mod

针对现有功能的增强模块, 当前属于开发中, 未整理完成.

目前仅仅在个人项目上有引用:

  • my-project: 一些文件上传和下载, poi解析等
  • endpoint-io-transfer: 剪贴板内容获取与设置, Robot模拟按键打印功能, 相关swing组件以及接口

repo

针对现有功能的增强模块, 处于开发中, 未整理完成

  1. Apache Maven

    <dependency>
      <groupId>com.github.cosycode</groupId>
      <artifactId>extend-mod</artifactId>
      <version>0.2</version>
    </dependency>
  2. gradle

    implementation 'com.github.cosycode:extend-mod:0.2'