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