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