GroupId | GroupIdio.gumga |
---|---|
ArtifactId | ArtifactIdgumga-core |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gumga-core-4.0.0.pom | |
gumga-core-4.0.0.jar | 43 KB |
gumga-core-4.0.0-sources.jar | 29 KB |
gumga-core-4.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gumga/gumga-core/
implementation 'io.gumga:gumga-core:4.0.0'
// https://jarcasting.com/artifacts/io.gumga/gumga-core/
implementation ("io.gumga:gumga-core:4.0.0")
'io.gumga:gumga-core:jar:4.0.0'
<dependency org="io.gumga" name="gumga-core" rev="4.0.0">
<artifact name="gumga-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gumga', module='gumga-core', version='4.0.0')
)
libraryDependencies += "io.gumga" % "gumga-core" % "4.0.0"
[io.gumga/gumga-core "4.0.0"]