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