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