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