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