GroupId | GroupIdcom.stimulsoft |
---|---|
ArtifactId | ArtifactIdstimulsoft-reports-viewer |
Version | Version2019.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stimulsoft/stimulsoft-reports-viewer/ -->
<dependency>
<groupId>com.stimulsoft</groupId>
<artifactId>stimulsoft-reports-viewer</artifactId>
<version>2019.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.stimulsoft/stimulsoft-reports-viewer/
implementation 'com.stimulsoft:stimulsoft-reports-viewer:2019.3.5'
// https://jarcasting.com/artifacts/com.stimulsoft/stimulsoft-reports-viewer/
implementation ("com.stimulsoft:stimulsoft-reports-viewer:2019.3.5")
'com.stimulsoft:stimulsoft-reports-viewer:jar:2019.3.5'
<dependency org="com.stimulsoft" name="stimulsoft-reports-viewer" rev="2019.3.5">
<artifact name="stimulsoft-reports-viewer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stimulsoft', module='stimulsoft-reports-viewer', version='2019.3.5')
)
libraryDependencies += "com.stimulsoft" % "stimulsoft-reports-viewer" % "2019.3.5"
[com.stimulsoft/stimulsoft-reports-viewer "2019.3.5"]