License |
License
MIT/X11
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nikita-volkov.java |
ArtifactId | ArtifactIdreducer-builder |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReducer Builder
A neat builder API for the "reducer" library
|
Project URL |
Project URL |
Filename | Size |
---|---|
reducer-builder-0.1.1.pom | |
reducer-builder-0.1.1.jar | 6 KB |
reducer-builder-0.1.1-sources.jar | 2 KB |
reducer-builder-0.1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer-builder/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>reducer-builder</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer-builder/
implementation 'com.github.nikita-volkov.java:reducer-builder:0.1.1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer-builder/
implementation ("com.github.nikita-volkov.java:reducer-builder:0.1.1")
'com.github.nikita-volkov.java:reducer-builder:jar:0.1.1'
<dependency org="com.github.nikita-volkov.java" name="reducer-builder" rev="0.1.1">
<artifact name="reducer-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='reducer-builder', version='0.1.1')
)
libraryDependencies += "com.github.nikita-volkov.java" % "reducer-builder" % "0.1.1"
[com.github.nikita-volkov.java/reducer-builder "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nikita-volkov.java : reducer | jar | 0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |