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