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