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