GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpurefun-stream |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
purefun-stream-2.1.pom | |
purefun-stream-2.1.jar | 19 KB |
purefun-stream-2.1-sources.jar | 5 KB |
purefun-stream-2.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purefun-stream/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purefun-stream</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-stream/
implementation 'com.github.tonivade:purefun-stream:2.1'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-stream/
implementation ("com.github.tonivade:purefun-stream:2.1")
'com.github.tonivade:purefun-stream:jar:2.1'
<dependency org="com.github.tonivade" name="purefun-stream" rev="2.1">
<artifact name="purefun-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun-stream', version='2.1')
)
libraryDependencies += "com.github.tonivade" % "purefun-stream" % "2.1"
[com.github.tonivade/purefun-stream "2.1"]