Functional Packs

A library for provide simple functional tools, such mutable tuples, scoping tool and zipping stream with index function.

License

License

GroupId

GroupId

me.xethh.utils
ArtifactId

ArtifactId

functional-packs
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Functional Packs
A library for provide simple functional tools, such mutable tuples, scoping tool and zipping stream with index function.
Project URL

Project URL

https://github.com/xh-dev/functional-packs

Download functional-packs

How to add to project

<!-- https://jarcasting.com/artifacts/me.xethh.utils/functional-packs/ -->
<dependency>
    <groupId>me.xethh.utils</groupId>
    <artifactId>functional-packs</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/functional-packs/
implementation 'me.xethh.utils:functional-packs:1.0.1'
// https://jarcasting.com/artifacts/me.xethh.utils/functional-packs/
implementation ("me.xethh.utils:functional-packs:1.0.1")
'me.xethh.utils:functional-packs:jar:1.0.1'
<dependency org="me.xethh.utils" name="functional-packs" rev="1.0.1">
  <artifact name="functional-packs" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='functional-packs', version='1.0.1')
)
libraryDependencies += "me.xethh.utils" % "functional-packs" % "1.0.1"
[me.xethh.utils/functional-packs "1.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0