GroupId | GroupIdcom.landawn |
---|---|
ArtifactId | ArtifactIdstream-lite |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
stream-lite-0.8.4.pom | |
stream-lite-0.8.4.jar | 281 KB |
stream-lite-0.8.4-sources.jar | 117 KB |
stream-lite-0.8.4-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/stream-lite/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>stream-lite</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/stream-lite/
implementation 'com.landawn:stream-lite:0.8.4'
// https://jarcasting.com/artifacts/com.landawn/stream-lite/
implementation ("com.landawn:stream-lite:0.8.4")
'com.landawn:stream-lite:jar:0.8.4'
<dependency org="com.landawn" name="stream-lite" rev="0.8.4">
<artifact name="stream-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='stream-lite', version='0.8.4')
)
libraryDependencies += "com.landawn" % "stream-lite" % "0.8.4"
[com.landawn/stream-lite "0.8.4"]