| GroupId | GroupIdio.hekate |
|---|---|
| ArtifactId | ArtifactIdhekate-all |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hekate-all-2.0.0.pom | |
| hekate-all-2.0.0.jar | 1 MB |
| hekate-all-2.0.0-sources.jar | 820 KB |
| hekate-all-2.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-all/
implementation 'io.hekate:hekate-all:2.0.0'
// https://jarcasting.com/artifacts/io.hekate/hekate-all/
implementation ("io.hekate:hekate-all:2.0.0")
'io.hekate:hekate-all:jar:2.0.0'
<dependency org="io.hekate" name="hekate-all" rev="2.0.0">
<artifact name="hekate-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-all', version='2.0.0')
)
libraryDependencies += "io.hekate" % "hekate-all" % "2.0.0"
[io.hekate/hekate-all "2.0.0"]