GroupId | GroupIdcom.zmannotes.stream |
---|---|
ArtifactId | ArtifactIdpull-stream |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
pull-stream-2.1.3.pom | |
pull-stream-2.1.3.jar | 18 KB |
pull-stream-2.1.3-sources.jar | 11 KB |
pull-stream-2.1.3-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zmannotes.stream/pull-stream/ -->
<dependency>
<groupId>com.zmannotes.stream</groupId>
<artifactId>pull-stream</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes.stream/pull-stream/
implementation 'com.zmannotes.stream:pull-stream:2.1.3'
// https://jarcasting.com/artifacts/com.zmannotes.stream/pull-stream/
implementation ("com.zmannotes.stream:pull-stream:2.1.3")
'com.zmannotes.stream:pull-stream:jar:2.1.3'
<dependency org="com.zmannotes.stream" name="pull-stream" rev="2.1.3">
<artifact name="pull-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes.stream', module='pull-stream', version='2.1.3')
)
libraryDependencies += "com.zmannotes.stream" % "pull-stream" % "2.1.3"
[com.zmannotes.stream/pull-stream "2.1.3"]