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