GroupId | GroupIdde.sfb876 |
---|---|
ArtifactId | ArtifactIdstreams |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
streams-1.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sfb876/streams/ -->
<dependency>
<groupId>de.sfb876</groupId>
<artifactId>streams</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.sfb876/streams/
implementation 'de.sfb876:streams:1.0.3'
// https://jarcasting.com/artifacts/de.sfb876/streams/
implementation ("de.sfb876:streams:1.0.3")
'de.sfb876:streams:pom:1.0.3'
<dependency org="de.sfb876" name="streams" rev="1.0.3">
<artifact name="streams" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.sfb876', module='streams', version='1.0.3')
)
libraryDependencies += "de.sfb876" % "streams" % "1.0.3"
[de.sfb876/streams "1.0.3"]