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