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