An open API service indexing awesome lists of open source software.

https://github.com/fluidsonic/fluid-stdlib

Potentially useful Kotlin standard library additions
https://github.com/fluidsonic/fluid-stdlib

Last synced: 6 months ago
JSON representation

Potentially useful Kotlin standard library additions

Awesome Lists containing this project

README

          

fluid-stdlib
============

[![Maven Central](https://img.shields.io/maven-central/v/io.fluidsonic.stdlib/fluid-stdlib?label=Maven%20Central)](https://search.maven.org/artifact/io.fluidsonic.stdlib/fluid-stdlib)
[![Tests](https://github.com/fluidsonic/fluid-stdlib/workflows/Tests/badge.svg)](https://github.com/fluidsonic/fluid-stdlib/actions?workflow=Tests)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.22-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.8.22)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg?label=Slack)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)

Potentially useful Kotlin standard library additions for JDK8+.

**Discontinued**. Functionality is being split into separate libraries like these:

- [fluid-country](https://github.com/fluidsonic/fluid-country)
- [fluid-currency](https://github.com/fluidsonic/fluid-currency)
- [fluid-i18n](https://github.com/fluidsonic/fluid-i18n)
- [fluid-locale](https://github.com/fluidsonic/fluid-locale)

Installation
------------

`build.gradle.kts`:

```kotlin
dependencies {
implementation("io.fluidsonic.stdlib:fluid-stdlib:0.14.0")
}
```

License
-------

Apache 2.0