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