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