GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-calc |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
strata-calc-2.6.7.pom | |
strata-calc-2.6.7.jar | 202 KB |
strata-calc-2.6.7-tests.jar | 154 KB |
strata-calc-2.6.7-sources.jar | 133 KB |
strata-calc-2.6.7-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-calc/ -->
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-calc</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-calc/
implementation 'com.opengamma.strata:strata-calc:2.6.7'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-calc/
implementation ("com.opengamma.strata:strata-calc:2.6.7")
'com.opengamma.strata:strata-calc:jar:2.6.7'
<dependency org="com.opengamma.strata" name="strata-calc" rev="2.6.7">
<artifact name="strata-calc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-calc', version='2.6.7')
)
libraryDependencies += "com.opengamma.strata" % "strata-calc" % "2.6.7"
[com.opengamma.strata/strata-calc "2.6.7"]