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