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