GroupId | GroupIdcom.github.deutschebank.symphony |
---|---|
ArtifactId | ArtifactIdsymphony-shared-stream |
Version | Version4.55.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-shared-stream/ -->
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-shared-stream</artifactId>
<version>4.55.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-shared-stream/
implementation 'com.github.deutschebank.symphony:symphony-shared-stream:4.55.13'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-shared-stream/
implementation ("com.github.deutschebank.symphony:symphony-shared-stream:4.55.13")
'com.github.deutschebank.symphony:symphony-shared-stream:jar:4.55.13'
<dependency org="com.github.deutschebank.symphony" name="symphony-shared-stream" rev="4.55.13">
<artifact name="symphony-shared-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-shared-stream', version='4.55.13')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-shared-stream" % "4.55.13"
[com.github.deutschebank.symphony/symphony-shared-stream "4.55.13"]