is not current version
Last Version 4.0.4

io.gumga:gumga-core 1.5.0


GroupId

GroupId

io.gumga
ArtifactId

ArtifactId

gumga-core
Version

Version

1.5.0
Type

Type

jar

Download gumga-core 1.5.0


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