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