is not current version
Last Version 4.0.4

io.gumga:gumga-core 3.0.3


GroupId

GroupId

io.gumga
ArtifactId

ArtifactId

gumga-core
Version

Version

3.0.3
Type

Type

jar

Download gumga-core 3.0.3


<!-- https://jarcasting.com/artifacts/io.gumga/gumga-core/ -->
<dependency>
    <groupId>io.gumga</groupId>
    <artifactId>gumga-core</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gumga/gumga-core/
implementation 'io.gumga:gumga-core:3.0.3'
// https://jarcasting.com/artifacts/io.gumga/gumga-core/
implementation ("io.gumga:gumga-core:3.0.3")
'io.gumga:gumga-core:jar:3.0.3'
<dependency org="io.gumga" name="gumga-core" rev="3.0.3">
  <artifact name="gumga-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gumga', module='gumga-core', version='3.0.3')
)
libraryDependencies += "io.gumga" % "gumga-core" % "3.0.3"
[io.gumga/gumga-core "3.0.3"]