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