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