GroupId | GroupIdcom.opengamma.strata |
---|---|
ArtifactId | ArtifactIdstrata-report |
Version | Version2.10.8 |
Type | Typejar |
Filename | Size |
---|---|
strata-report-2.10.8.pom | |
strata-report-2.10.8.jar | 122 KB |
strata-report-2.10.8-tests.jar | 33 KB |
strata-report-2.10.8-sources.jar | 70 KB |
strata-report-2.10.8-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma.strata/strata-report/ -->
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-report</artifactId>
<version>2.10.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-report/
implementation 'com.opengamma.strata:strata-report:2.10.8'
// https://jarcasting.com/artifacts/com.opengamma.strata/strata-report/
implementation ("com.opengamma.strata:strata-report:2.10.8")
'com.opengamma.strata:strata-report:jar:2.10.8'
<dependency org="com.opengamma.strata" name="strata-report" rev="2.10.8">
<artifact name="strata-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma.strata', module='strata-report', version='2.10.8')
)
libraryDependencies += "com.opengamma.strata" % "strata-report" % "2.10.8"
[com.opengamma.strata/strata-report "2.10.8"]