All Projects → Glavo → kala-common

Glavo / kala-common

Licence: other
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects
kotlin
9241 projects

kala-common

Gradle Check

This is a powerful set of Java base libraries that provide a series of easy-to-use abstractions and collections. If you have used Scala, it should be easy for you to get started with this collection library.

It's not production ready and the API may change significantly in the future, but we already use it in Aya language: aya-prover/aya-dev

Its documentation is not ready, please contact me if you have any questions.

Adding Kala to your build

Please replace kala_version with the current kala version.

Maven:

<dependency>
  <groupId>org.glavo.kala</groupId>
  <artifactId>kala-common</artifactId>
  <version>kala_version</version>
</dependency>

Gradle:

implementation group: 'org.glavo.kala', name: 'kala-common', version: kala_version

Donate

If you like this library, donating to me is my greatest support!

Due to payment method restrictions, donations are currently only supported through payment channels in Chinese mainland (微信,支付宝,爱发电等).

Here are the ways to donate: 捐赠支持 Glavo

Especially thanks

IntelliJ IDEA logo.

This project is developed using JetBrains IDEA. Thanks to JetBrains for providing me with a free license, which is a strong support for me.

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].