GroupId | GroupIdcom.zmannotes.stream |
---|---|
ArtifactId | ArtifactIdpull-stream |
Version | Version0.0.11 |
Type | Typejar |
Filename | Size |
---|---|
pull-stream-0.0.11.pom | |
pull-stream-0.0.11.jar | 18 KB |
pull-stream-0.0.11-sources.jar | 12 KB |
pull-stream-0.0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes.stream/pull-stream/
implementation 'com.zmannotes.stream:pull-stream:0.0.11'
// https://jarcasting.com/artifacts/com.zmannotes.stream/pull-stream/
implementation ("com.zmannotes.stream:pull-stream:0.0.11")
'com.zmannotes.stream:pull-stream:jar:0.0.11'
<dependency org="com.zmannotes.stream" name="pull-stream" rev="0.0.11">
<artifact name="pull-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes.stream', module='pull-stream', version='0.0.11')
)
libraryDependencies += "com.zmannotes.stream" % "pull-stream" % "0.0.11"
[com.zmannotes.stream/pull-stream "0.0.11"]