All Projects → lazy-koala → java-toolkit

lazy-koala / java-toolkit

Licence: Apache-2.0 license
【Released】🛠Java常用的插件API整理以及基于JDK的一些方法封装库,能在不依赖大型框架下快速进行开发(亦可快速用于测试或者脚本类代码编写 - 含数据库相关)。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to java-toolkit

Mybatis Plus
An powerful enhanced toolkit of MyBatis for simplify development
Stars: ✭ 12,132 (+93223.08%)
Mutual labels:  toolkit, mybatis
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (+415.38%)
Mutual labels:  toolkit, plugins
framestack
Tools, Frameworks & Libraries to help you build your projects ✨
Stars: ✭ 27 (+107.69%)
Mutual labels:  toolkit
ak-cli
🔖 Collection of useful cli commands
Stars: ✭ 39 (+200%)
Mutual labels:  mongo
ipc-toolkit
A set of reusable functions to integrate IPC into an existing simulation.
Stars: ✭ 84 (+546.15%)
Mutual labels:  toolkit
vim-rzip
Extends zip.vim to browse and write nested zip files
Stars: ✭ 22 (+69.23%)
Mutual labels:  plugins
slackotron
A plugin extensible Slack bot.
Stars: ✭ 13 (+0%)
Mutual labels:  plugins
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (+223.08%)
Mutual labels:  mongo
mybatis-kotlin-examples
Examples for Using MyBatis with Kotlin
Stars: ✭ 37 (+184.62%)
Mutual labels:  mybatis
springboot-react-blog
使用 springboot 和 react 开发的博客系统
Stars: ✭ 77 (+492.31%)
Mutual labels:  mybatis
antd-pro-toolkit
🐜ant design pro toolkit.
Stars: ✭ 13 (+0%)
Mutual labels:  toolkit
transformers
This repository is home to the Optimus data transformation plugins for various data processing needs.
Stars: ✭ 37 (+184.62%)
Mutual labels:  plugins
WDS-Required-Plugins
Make certain plugins required so that they cannot be (easily) deactivated. | Gatekeeper: @aubreypwd
Stars: ✭ 77 (+492.31%)
Mutual labels:  plugins
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (+115.38%)
Mutual labels:  mongo
flutter plugins
Flutter插件集合,好用常用的插件.
Stars: ✭ 22 (+69.23%)
Mutual labels:  plugins
RDCManPlugins
Remote Desktop Connection Manager has undocumented plugin support
Stars: ✭ 25 (+92.31%)
Mutual labels:  plugins
gobatis
golang's ORM framework, similar to Java's Mybatis. supports direct execution of sql statements, xml, go template, and dynamic sql.
Stars: ✭ 28 (+115.38%)
Mutual labels:  mybatis
website
Kanboard's website
Stars: ✭ 18 (+38.46%)
Mutual labels:  plugins
ncms
Java CMS engine. Host and develop multiple websites inside a single instance through the GUI and benefit from features like A/B testing, affiliate tracking tools, and a high performance template engine with CSS stylesheets processing & scripts minification.
Stars: ✭ 32 (+146.15%)
Mutual labels:  mybatis
toolkit
Opera Web UI Toolkit
Stars: ✭ 20 (+53.85%)
Mutual labels:  toolkit

license version

介绍

  • JDK >= 1.8 (本软件基于1.8, 第三方依赖根据其所需JDK版本而定)

    这是一个用于快速开发的支持依赖库,用于封装常用的功能,在不依赖大型框架体上用于进行快速开发或者测试
      
    toolkit 完全基于jdk提供函数
      
    toolkit3d封装了常用的其他工具函数,提供更加简洁的api函数
    


  • Maven 获取

    <dependency>
      <groupId>com.thankjava.toolkit</groupId>
      <artifactId>fast-toolkit</artifactId>
      <version>2.0.6</version>
    </dependency>
    <dependency>
      <groupId>com.thankjava.toolkit3d</groupId>
      <artifactId>fast-toolkit3d</artifactId>
      <version>2.0.6</version>
    </dependency>

关于我们

org author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].