Kommons is a family of the following Kotlin—most of them multiplatform libraries:
- Kommons Core … for runtime information, simple byte and string operations
- Kommons Debug … for print debugging
- Kommons Exec … to execute command lines, shell scripts and containers
- Kommons Logging … for simple logging
- Kommons Test … to ease testing
- Kommons Text … for Unicode-aware text operations
This library is hosted on GitHub with releases provided on Maven Central.
To use a module separately, see the corresponding instructions linked above.
The following dependency can be added to add the core
, debug
, io
, logging-core
, and text
module:
-
Gradle `implementation("com.bkahlert.kommons:kommons:2.0.0")
-
Maven
<dependency> <groupId>com.bkahlert.kommons</groupId> <artifactId>kommons</artifactId> <version>2.0.0</version> </dependency>
Please read the corresponding documentation for instruction on how to use them.
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏
MIT. See LICENSE for more details.