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