GroupId | GroupIdio.gumga |
---|---|
ArtifactId | ArtifactIdgumga-reports |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gumga-reports-4.0.0.pom | |
gumga-reports-4.0.0.jar | 15 KB |
gumga-reports-4.0.0-sources.jar | 10 KB |
gumga-reports-4.0.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gumga/gumga-reports/ -->
<dependency>
<groupId>io.gumga</groupId>
<artifactId>gumga-reports</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gumga/gumga-reports/
implementation 'io.gumga:gumga-reports:4.0.0'
// https://jarcasting.com/artifacts/io.gumga/gumga-reports/
implementation ("io.gumga:gumga-reports:4.0.0")
'io.gumga:gumga-reports:jar:4.0.0'
<dependency org="io.gumga" name="gumga-reports" rev="4.0.0">
<artifact name="gumga-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gumga', module='gumga-reports', version='4.0.0')
)
libraryDependencies += "io.gumga" % "gumga-reports" % "4.0.0"
[io.gumga/gumga-reports "4.0.0"]