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