GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-market |
Version | Version2.10.4 |
Type | Typejar |
Filename | Size |
---|---|
strata-market-2.10.4.pom | |
strata-market-2.10.4.jar | 823 KB |
strata-market-2.10.4-tests.jar | 433 KB |
strata-market-2.10.4-sources.jar | 431 KB |
strata-market-2.10.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-market/
implementation 'com.opengamma.strata:strata-market:2.10.4'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-market/
implementation ("com.opengamma.strata:strata-market:2.10.4")
'com.opengamma.strata:strata-market:jar:2.10.4'
<dependency org="com.opengamma.strata" name="strata-market" rev="2.10.4">
<artifact name="strata-market" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-market', version='2.10.4')
)
libraryDependencies += "com.opengamma.strata" % "strata-market" % "2.10.4"
[com.opengamma.strata/strata-market "2.10.4"]