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