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