GroupId | GroupIdcom.github.deutschebank.symphony |
---|---|
ArtifactId | ArtifactIdsymphony-shared-stream |
Version | Version4.55.12 |
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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-shared-stream/
implementation 'com.github.deutschebank.symphony:symphony-shared-stream:4.55.12'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-shared-stream/
implementation ("com.github.deutschebank.symphony:symphony-shared-stream:4.55.12")
'com.github.deutschebank.symphony:symphony-shared-stream:jar:4.55.12'
<dependency org="com.github.deutschebank.symphony" name="symphony-shared-stream" rev="4.55.12">
<artifact name="symphony-shared-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-shared-stream', version='4.55.12')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-shared-stream" % "4.55.12"
[com.github.deutschebank.symphony/symphony-shared-stream "4.55.12"]