| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаio.buoyant |
| Идентификатор | Идентификаторinterpreter-fs_2.12 |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| interpreter-fs_2.12-1.0.2.pom | |
| interpreter-fs_2.12-1.0.2.jar | 8 KB |
| interpreter-fs_2.12-1.0.2-sources.jar | 2 KB |
| interpreter-fs_2.12-1.0.2-javadoc.jar | 632 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.buoyant/interpreter-fs_2.12/ -->
<dependency>
<groupId>io.buoyant</groupId>
<artifactId>interpreter-fs_2.12</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.buoyant/interpreter-fs_2.12/
implementation 'io.buoyant:interpreter-fs_2.12:1.0.2'
// https://jarcasting.com/artifacts/io.buoyant/interpreter-fs_2.12/
implementation ("io.buoyant:interpreter-fs_2.12:1.0.2")
'io.buoyant:interpreter-fs_2.12:jar:1.0.2'
<dependency org="io.buoyant" name="interpreter-fs_2.12" rev="1.0.2">
<artifact name="interpreter-fs_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.buoyant', module='interpreter-fs_2.12', version='1.0.2')
)
libraryDependencies += "io.buoyant" % "interpreter-fs_2.12" % "1.0.2"
[io.buoyant/interpreter-fs_2.12 "1.0.2"]