GroupId | GroupIdcom.tomgibara.streams |
---|---|
ArtifactId | ArtifactIdstreams |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
streams-1.1.0.pom | |
streams-1.1.0.jar | 16 KB |
streams-1.1.0-sources.jar | 15 KB |
streams-1.1.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.streams/streams/ -->
<dependency>
<groupId>com.tomgibara.streams</groupId>
<artifactId>streams</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.streams/streams/
implementation 'com.tomgibara.streams:streams:1.1.0'
// https://jarcasting.com/artifacts/com.tomgibara.streams/streams/
implementation ("com.tomgibara.streams:streams:1.1.0")
'com.tomgibara.streams:streams:jar:1.1.0'
<dependency org="com.tomgibara.streams" name="streams" rev="1.1.0">
<artifact name="streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.streams', module='streams', version='1.1.0')
)
libraryDependencies += "com.tomgibara.streams" % "streams" % "1.1.0"
[com.tomgibara.streams/streams "1.1.0"]