Group: IntelliSrc
1.Groovy Extend13 usages
com.intellisrc » groovy-extend GPL
Extension to Standard classes using groovy
Last Release on Aug 5, 2026
2.IntelliSrc Common Library : Core Module6 usages
com.intellisrc » core GPL
Basic functionality that is usually needed in any project. For example, configuration, logging, executing commands, controlling services and displaying colors in console.
Last Release on Jun 17, 2026
3.IntelliSrc Common Library : Etc Module6 usages
com.intellisrc » etc GPL
Extra functionality which is usually very useful in any project. For example, monitoring Hardware, compressing or decompressing data, store data in memory cache, manage system configuration in a multithreading safe environment (BerkeleyDB or Redis), ...
Last Release on Jun 17, 2026
4.IntelliSrc Common Library : Crypt Module1 usages
com.intellisrc » crypt GPL
Offers methods to encode, decode, hash and encrypt information. It is built using the BouncyCastle library and simplifying its usage without reducing its safety.
Last Release on Jun 17, 2026
5.IntelliSrc Common Library : Img Module1 usages
com.intellisrc » img GPL
Classes for using Images (BufferedImage, File, FrameShot) and non-opencv related code, trying to keep dependencies to a minimum. It also includes common geometric operations.
Last Release on Jun 17, 2026
6.IntelliSrc Common Library : Net Module1 usages
com.intellisrc » net GPL
Classes related to networking. For example, sending emails through SMTP, connecting or creating TCP/UDP servers, getting network interfaces and perform netmask calculations, etc.
Last Release on Jun 17, 2026
7.IntelliSrc Common Library : Db Module
com.intellisrc » db GPL
Manage databases as MySQL/MariaDB, SQLite, Postgresql, Oracle, SQLServer and more. Create, store and perform CRUD operations to data without having to use SQL (a light-weight implementation as alternative to Hibernate) or use the Fluid SQL builder.
Last Release on Jun 17, 2026
8.IntelliSrc Common Library : Log Module
com.intellisrc » log GPL
SLF4J colorful logger with many options and easy to use.You can add customized loggers and personalize the way your logs look.
Last Release on Jun 17, 2026
9.IntelliSrc Common Library : Serial Module
com.intellisrc » serial GPL
Manage serial communication easily. It uses JSSC library on the background.
Last Release on Jun 17, 2026
10.IntelliSrc Common Library : Term Module
com.intellisrc » term GPL
Anything related to terminal is in this module (except AnsiColor, which is in core). It uses JLine to help you create interactive terminal (console) applications easily.
Last Release on Jun 17, 2026
11.IntelliSrc Common Library : Thread Module
com.intellisrc » thread GPL
Manage Tasks (Threads) with priority and watches its performance. You can create parallel processes easily, processes which are executed in an interval, as a service or after a specified amount of time.
Last Release on Jun 17, 2026
12.IntelliSrc Common Library : Web Module
com.intellisrc » web GPL
Create restful HTTP (GET, POST, PUT, DELETE, etc) or SSE / WebSocket application services. Manage JSON data from and to the server easily.
Last Release on Jun 17, 2026
13.IntelliSrc Common Library : Web Module
com.intellisrc » mavenJava GPL
Create restful HTTP (GET, POST, PUT, DELETE, etc) or SSE / WebSocket application services. Manage JSON data from and to the server easily.
Last Release on Feb 5, 2026
14.Spark1 usages
com.intellisrc » spark-core Apache
A micro framework for creating web applications in Kotlin, Groovy and Java with minimal effort
Last Release on Jun 29, 2023
15.IntelliSrc Common Library : Cv Module
com.intellisrc » cv GPL
Classes for Computer Vision (extension to OpenCV). Convert image formats, crop, rotate images or draw objects on top of them.
Last Release on Jul 23, 2022