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