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