Kotlinz Save

Functional programming in Kotlin

Project README

Kotlinz

CircleCI codecov

Kotlinz is a library for functional programming.

Dependency

Gradle

allprojects {
    repositories {
    ...
    maven { url "https://jitpack.io" }
    }
}

dependencies { 
    compile 'com.github.kotlinz:kotlinz:$version'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.kotlinz</groupId>
    <artifactId>kotlinz</artifactId>
    <version>$version</version>
</dependency>

License

see LICENSE

Open Source Agenda is not affiliated with "Kotlinz" Project. README Source: kotlinz/kotlinz
Stars
44
Open Issues
0
Last Commit
7 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating