GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-collect |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
strata-collect-1.0.0.pom | |
strata-collect-1.0.0.jar | 230 KB |
strata-collect-1.0.0-tests.jar | 192 KB |
strata-collect-1.0.0-sources.jar | 143 KB |
strata-collect-1.0.0-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/ -->
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-collect</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/
implementation 'com.opengamma.strata:strata-collect:1.0.0'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-collect/
implementation ("com.opengamma.strata:strata-collect:1.0.0")
'com.opengamma.strata:strata-collect:jar:1.0.0'
<dependency org="com.opengamma.strata" name="strata-collect" rev="1.0.0">
<artifact name="strata-collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-collect', version='1.0.0')
)
libraryDependencies += "com.opengamma.strata" % "strata-collect" % "1.0.0"
[com.opengamma.strata/strata-collect "1.0.0"]