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