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