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