| GroupId | GroupIdio.hekate |
|---|---|
| ArtifactId | ArtifactIdhekate-all |
| Version | Version3.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hekate-all-3.4.0.pom | |
| hekate-all-3.4.0.jar | 1 MB |
| hekate-all-3.4.0-sources.jar | 904 KB |
| hekate-all-3.4.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-all/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-all</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-all/
implementation 'io.hekate:hekate-all:3.4.0'
// https://jarcasting.com/artifacts/io.hekate/hekate-all/
implementation ("io.hekate:hekate-all:3.4.0")
'io.hekate:hekate-all:jar:3.4.0'
<dependency org="io.hekate" name="hekate-all" rev="3.4.0">
<artifact name="hekate-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-all', version='3.4.0')
)
libraryDependencies += "io.hekate" % "hekate-all" % "3.4.0"
[io.hekate/hekate-all "3.4.0"]