License |
License |
---|---|
GroupId | GroupIdcom.opengamma.strata |
ArtifactId | ArtifactIdstrata-calc |
Version | Version2.11.1 |
Type | Typejar |
Description |
DescriptionStrata-Calc
Provides the ability to run calculations, manage market data and create scenarios
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
strata-calc-2.11.1.pom | |
strata-calc-2.11.1.jar | 207 KB |
strata-calc-2.11.1-tests.jar | 157 KB |
strata-calc-2.11.1-sources.jar | 136 KB |
strata-calc-2.11.1-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.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-calc/
implementation 'com.opengamma.strata:strata-calc:2.11.1'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-calc/
implementation ("com.opengamma.strata:strata-calc:2.11.1")
'com.opengamma.strata:strata-calc:jar:2.11.1'
<dependency org="com.opengamma.strata" name="strata-calc" rev="2.11.1">
<artifact name="strata-calc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-calc', version='2.11.1')
)
libraryDependencies += "com.opengamma.strata" % "strata-calc" % "2.11.1"
[com.opengamma.strata/strata-calc "2.11.1"]
Group / Artifact | Type | Version |
---|---|---|
com.opengamma.strata : strata-collect | jar | 2.11.1 |
com.opengamma.strata : strata-basics | jar | 2.11.1 |
com.opengamma.strata : strata-data | jar | 2.11.1 |
com.google.guava : guava | jar | 31.0.1-jre |
org.joda : joda-beans | jar | 2.8.1 |
org.joda : joda-convert | jar | 2.2.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.assertj : assertj-core | jar | 3.21.0 |
org.mockito : mockito-core | jar | 4.2.0 |
com.opengamma.strata : strata-collect | test-jar | 2.11.1 |
com.opengamma.strata : strata-basics | test-jar | 2.11.1 |