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