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