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