GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-math |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
strata-math-1.4.1.pom | |
strata-math-1.4.1.jar | 491 KB |
strata-math-1.4.1-tests.jar | 460 KB |
strata-math-1.4.1-sources.jar | 346 KB |
strata-math-1.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-math/ -->
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-math</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-math/
implementation 'com.opengamma.strata:strata-math:1.4.1'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-math/
implementation ("com.opengamma.strata:strata-math:1.4.1")
'com.opengamma.strata:strata-math:jar:1.4.1'
<dependency org="com.opengamma.strata" name="strata-math" rev="1.4.1">
<artifact name="strata-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-math', version='1.4.1')
)
libraryDependencies += "com.opengamma.strata" % "strata-math" % "1.4.1"
[com.opengamma.strata/strata-math "1.4.1"]