Newer
Older
vavr-effect / src / main / java / module-info.java
@Antonio Muñoz Antonio Muñoz on 18 Nov 2023 106 bytes java modules
module com.github.tonivade.vavr.effect {
  exports com.github.tonivade.vavr.effect;

  requires io.vavr;
}