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