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