License |
License
MIT/X11
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nikita-volkov.java |
ArtifactId | ArtifactIdreducer |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReducer
Composable reducer for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
reducer-0.3.pom | |
reducer-0.3.jar | 18 KB |
reducer-0.3-sources.jar | 10 KB |
reducer-0.3-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>reducer</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/
implementation 'com.github.nikita-volkov.java:reducer:0.3'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/
implementation ("com.github.nikita-volkov.java:reducer:0.3")
'com.github.nikita-volkov.java:reducer:jar:0.3'
<dependency org="com.github.nikita-volkov.java" name="reducer" rev="0.3">
<artifact name="reducer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='reducer', version='0.3')
)
libraryDependencies += "com.github.nikita-volkov.java" % "reducer" % "0.3"
[com.github.nikita-volkov.java/reducer "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nikita-volkov.java : iterables | jar | 0.1.2 |
com.github.nikita-volkov.java : iterations | jar | 0.6.2 |
com.github.nikita-volkov.java : composites | jar | 0.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |