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