GroupId | GroupIdio.gumga |
---|---|
ArtifactId | ArtifactIdgumga-presentation |
Version | Version1.5.13 |
Type | Typejar |
Filename | Size |
---|---|
gumga-presentation-1.5.13.pom | |
gumga-presentation-1.5.13.jar | 74 KB |
gumga-presentation-1.5.13-sources.jar | 42 KB |
gumga-presentation-1.5.13-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gumga/gumga-presentation/ -->
<dependency>
<groupId>io.gumga</groupId>
<artifactId>gumga-presentation</artifactId>
<version>1.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.gumga/gumga-presentation/
implementation 'io.gumga:gumga-presentation:1.5.13'
// https://jarcasting.com/artifacts/io.gumga/gumga-presentation/
implementation ("io.gumga:gumga-presentation:1.5.13")
'io.gumga:gumga-presentation:jar:1.5.13'
<dependency org="io.gumga" name="gumga-presentation" rev="1.5.13">
<artifact name="gumga-presentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gumga', module='gumga-presentation', version='1.5.13')
)
libraryDependencies += "io.gumga" % "gumga-presentation" % "1.5.13"
[io.gumga/gumga-presentation "1.5.13"]