is not current version
Last Version 2.12.4

com.opengamma.strata:strata-collect 2.3.1

Common collection implementations

GroupId

GroupId

com.opengamma.strata
ArtifactId

ArtifactId

strata-collect
Version

Version

2.3.1
Type

Type

jar

Download strata-collect 2.3.1


<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/ -->
<dependency>
    <groupId>com.opengamma.strata</groupId>
    <artifactId>strata-collect</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/
implementation 'com.opengamma.strata:strata-collect:2.3.1'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/
implementation ("com.opengamma.strata:strata-collect:2.3.1")
'com.opengamma.strata:strata-collect:jar:2.3.1'
<dependency org="com.opengamma.strata" name="strata-collect" rev="2.3.1">
  <artifact name="strata-collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-collect', version='2.3.1')
)
libraryDependencies += "com.opengamma.strata" % "strata-collect" % "2.3.1"
[com.opengamma.strata/strata-collect "2.3.1"]