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