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