GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-market |
Version | Version2.10.6 |
Type | Typejar |
Filename | Size |
---|---|
strata-market-2.10.6.pom | |
strata-market-2.10.6.jar | 823 KB |
strata-market-2.10.6-tests.jar | 433 KB |
strata-market-2.10.6-sources.jar | 431 KB |
strata-market-2.10.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-market/ -->
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-market</artifactId>
<version>2.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-market/
implementation 'com.opengamma.strata:strata-market:2.10.6'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-market/
implementation ("com.opengamma.strata:strata-market:2.10.6")
'com.opengamma.strata:strata-market:jar:2.10.6'
<dependency org="com.opengamma.strata" name="strata-market" rev="2.10.6">
<artifact name="strata-market" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-market', version='2.10.6')
)
libraryDependencies += "com.opengamma.strata" % "strata-market" % "2.10.6"
[com.opengamma.strata/strata-market "2.10.6"]