Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.hedoncz |
ArtifactId | ArtifactIdjsreport-javaclient |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jsreport-javaclient-1.0.3.pom | |
jsreport-javaclient-1.0.3.jar | 31 KB |
jsreport-javaclient-1.0.3-sources.jar | 15 KB |
jsreport-javaclient-1.0.3-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hedoncz/jsreport-javaclient/ -->
<dependency>
<groupId>io.github.hedoncz</groupId>
<artifactId>jsreport-javaclient</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hedoncz/jsreport-javaclient/
implementation 'io.github.hedoncz:jsreport-javaclient:1.0.3'
// https://jarcasting.com/artifacts/io.github.hedoncz/jsreport-javaclient/
implementation ("io.github.hedoncz:jsreport-javaclient:1.0.3")
'io.github.hedoncz:jsreport-javaclient:jar:1.0.3'
<dependency org="io.github.hedoncz" name="jsreport-javaclient" rev="1.0.3">
<artifact name="jsreport-javaclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hedoncz', module='jsreport-javaclient', version='1.0.3')
)
libraryDependencies += "io.github.hedoncz" % "jsreport-javaclient" % "1.0.3"
[io.github.hedoncz/jsreport-javaclient "1.0.3"]