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