Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 719 Bytes

kotlens

Travis Build Status Current Release Vesion Maven Central

Optics library for Kotlin

Gradle

compile 'com.tonylawrence:kotlens:0.2.2'

Maven

<dependency>
    <groupId>com.tonylawrence</groupId>
    <artifactId>kotlens</artifactId>
    <version>0.2.2</version>
</dependency>