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