Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.streamsupport |
ArtifactId | ArtifactIdstreamsupport |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
streamsupport-1.5.3.pom | |
streamsupport-1.5.3.jar | 930 KB |
streamsupport-1.5.3-sources.jar | 532 KB |
streamsupport-1.5.3-javadoc.jar | 933 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport/ -->
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>streamsupport</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport/
implementation 'net.sourceforge.streamsupport:streamsupport:1.5.3'
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/streamsupport/
implementation ("net.sourceforge.streamsupport:streamsupport:1.5.3")
'net.sourceforge.streamsupport:streamsupport:jar:1.5.3'
<dependency org="net.sourceforge.streamsupport" name="streamsupport" rev="1.5.3">
<artifact name="streamsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.streamsupport', module='streamsupport', version='1.5.3')
)
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport" % "1.5.3"
[net.sourceforge.streamsupport/streamsupport "1.5.3"]