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