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