| description = "Light-weight functional programming for Flows of values" | |
| dependencies { | |
| testImplementation "org.testng:testng:${versions.testng}" | |
| testImplementation "commons-lang:commons-lang:2.6" | |
| testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}" | |
| } |