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