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