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