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