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