GroupId | GroupIdcom.landawn |
---|---|
ArtifactId | ArtifactIdstream-lite |
Version | Version0.8.5 |
Type | Typejar |
Filename | Size |
---|---|
stream-lite-0.8.5.pom | |
stream-lite-0.8.5.jar | 284 KB |
stream-lite-0.8.5-sources.jar | 117 KB |
stream-lite-0.8.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/stream-lite/
implementation 'com.landawn:stream-lite:0.8.5'
// https://jarcasting.com/artifacts/com.landawn/stream-lite/
implementation ("com.landawn:stream-lite:0.8.5")
'com.landawn:stream-lite:jar:0.8.5'
<dependency org="com.landawn" name="stream-lite" rev="0.8.5">
<artifact name="stream-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='stream-lite', version='0.8.5')
)
libraryDependencies += "com.landawn" % "stream-lite" % "0.8.5"
[com.landawn/stream-lite "0.8.5"]