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