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