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