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