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