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