Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.axual.client |
ArtifactId | ArtifactIdreport |
Version | Version5.4.4 |
Type | Typejar |
Filename | Size |
---|---|
report-5.4.4.pom | |
report-5.4.4.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.axual.client/report/ -->
<dependency>
<groupId>io.axual.client</groupId>
<artifactId>report</artifactId>
<version>5.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.axual.client/report/
implementation 'io.axual.client:report:5.4.4'
// https://jarcasting.com/artifacts/io.axual.client/report/
implementation ("io.axual.client:report:5.4.4")
'io.axual.client:report:jar:5.4.4'
<dependency org="io.axual.client" name="report" rev="5.4.4">
<artifact name="report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.axual.client', module='report', version='5.4.4')
)
libraryDependencies += "io.axual.client" % "report" % "5.4.4"
[io.axual.client/report "5.4.4"]