| Группа | Группаio.hydrosphere |
|---|---|
| Идентификатор | Идентификаторmist_2.10 |
| Версия | Версия0.6.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mist_2.10-0.6.5.pom | |
| mist_2.10-0.6.5.jar | 405 KB |
| mist_2.10-0.6.5-sources.jar | 75 KB |
| mist_2.10-0.6.5-javadoc.jar | 457 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hydrosphere/mist_2.10/ -->
<dependency>
<groupId>io.hydrosphere</groupId>
<artifactId>mist_2.10</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.hydrosphere/mist_2.10/
implementation 'io.hydrosphere:mist_2.10:0.6.5'
// https://jarcasting.com/artifacts/io.hydrosphere/mist_2.10/
implementation ("io.hydrosphere:mist_2.10:0.6.5")
'io.hydrosphere:mist_2.10:jar:0.6.5'
<dependency org="io.hydrosphere" name="mist_2.10" rev="0.6.5">
<artifact name="mist_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hydrosphere', module='mist_2.10', version='0.6.5')
)
libraryDependencies += "io.hydrosphere" % "mist_2.10" % "0.6.5"
[io.hydrosphere/mist_2.10 "0.6.5"]