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