Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Kommons is a set of Kotlin Multiplatform Libraries (MPP) to allow the execution of command lines / scripts, to support print debugging and to ease testing.

License

NotificationsYou must be signed in to change notification settings

bkahlert/kommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kommons — Logo

KommonsDownload from Maven CentralDownload from GitHub PackagesBuild StatusRepository SizeRepository Size

About

Kommons is a family of the following Kotlin—most of them multiplatform libraries:

The modules inbold are included in theKommons module.
The other modules need to be added individually to use them.

Installation / Setup

This library is hosted on GitHub with releases provided on Maven Central.

To use a module individually, see the corresponding instructions linked inAbout.

The following dependency adds thecore,debug,exec,io,logging-core,text, anduri module:

  • Gradleimplementation("com.bkahlert.kommons:kommons:2.8.0")

  • Maven

    <dependency>    <groupId>com.bkahlert.kommons</groupId>    <artifactId>kommons</artifactId>    <version>2.8.0</version></dependency>

Please read the corresponding documentation for instructions on how to use them.

Development

Project structure

The project is structured as follows:

  • kommons-* … feature modules
  • kommons … umbrella module with dependencies to all feature modules
  • kommons-bom … bill of materials, that is, a POM file that lists all modules and their versions
  • buildSrc … custom build logic

Contributing

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 aPayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it's much appreciated! 🙏

License

MIT. SeeLICENSE for more details.

About

Kommons is a set of Kotlin Multiplatform Libraries (MPP) to allow the execution of command lines / scripts, to support print debugging and to ease testing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp