| Категории |
КатегорииFST Данные Data Formats Serialization |
|---|---|
| Группа | Группаio.hekate |
| Идентификатор | Идентификаторhekate-codec-fst |
| Версия | Версия3.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hekate-codec-fst-3.7.0.pom | |
| hekate-codec-fst-3.7.0.jar | 2 KB |
| hekate-codec-fst-3.7.0-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-codec-fst/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-codec-fst</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-codec-fst/
implementation 'io.hekate:hekate-codec-fst:3.7.0'
// https://jarcasting.com/artifacts/io.hekate/hekate-codec-fst/
implementation ("io.hekate:hekate-codec-fst:3.7.0")
'io.hekate:hekate-codec-fst:jar:3.7.0'
<dependency org="io.hekate" name="hekate-codec-fst" rev="3.7.0">
<artifact name="hekate-codec-fst" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-codec-fst', version='3.7.0')
)
libraryDependencies += "io.hekate" % "hekate-codec-fst" % "3.7.0"
[io.hekate/hekate-codec-fst "3.7.0"]