GroupId | GroupIdcom.stimulsoft |
---|---|
ArtifactId | ArtifactIdreports |
Version | Version2019.3.4 |
Type | Typepom |
Filename | Size |
---|---|
reports-2019.3.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stimulsoft/reports/ -->
<dependency>
<groupId>com.stimulsoft</groupId>
<artifactId>reports</artifactId>
<version>2019.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stimulsoft/reports/
implementation 'com.stimulsoft:reports:2019.3.4'
// https://jarcasting.com/artifacts/com.stimulsoft/reports/
implementation ("com.stimulsoft:reports:2019.3.4")
'com.stimulsoft:reports:pom:2019.3.4'
<dependency org="com.stimulsoft" name="reports" rev="2019.3.4">
<artifact name="reports" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stimulsoft', module='reports', version='2019.3.4')
)
libraryDependencies += "com.stimulsoft" % "reports" % "2019.3.4"
[com.stimulsoft/reports "2019.3.4"]