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