License |
License |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdstream-utils |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstream-utils
Provides utility classes for working with streams
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stream-utils-1.0.pom | |
stream-utils-1.0.jar | 36 KB |
stream-utils-1.0-sources.jar | 18 KB |
stream-utils-1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/stream-utils/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>stream-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/stream-utils/
implementation 'com.github.robtimus:stream-utils:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/stream-utils/
implementation ("com.github.robtimus:stream-utils:1.0")
'com.github.robtimus:stream-utils:jar:1.0'
<dependency org="com.github.robtimus" name="stream-utils" rev="1.0">
<artifact name="stream-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='stream-utils', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "stream-utils" % "1.0"
[com.github.robtimus/stream-utils "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.2.0 |