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