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