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