| GroupId | GroupIdcom.goldmansachs |
|---|---|
| ArtifactId | ArtifactIdgs-collections-testutils |
| Version | Version6.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.goldmansachs/gs-collections-testutils/ -->
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs/gs-collections-testutils/
implementation 'com.goldmansachs:gs-collections-testutils:6.2.0'
// https://jarcasting.com/artifacts/com.goldmansachs/gs-collections-testutils/
implementation ("com.goldmansachs:gs-collections-testutils:6.2.0")
'com.goldmansachs:gs-collections-testutils:jar:6.2.0'
<dependency org="com.goldmansachs" name="gs-collections-testutils" rev="6.2.0">
<artifact name="gs-collections-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs', module='gs-collections-testutils', version='6.2.0')
)
libraryDependencies += "com.goldmansachs" % "gs-collections-testutils" % "6.2.0"
[com.goldmansachs/gs-collections-testutils "6.2.0"]