| Группа | Группаch.exense.step |
|---|---|
| Идентификатор | Идентификаторstep-controller-plugins-script-editor |
| Версия | Версия3.13.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-controller-plugins-script-editor/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller-plugins-script-editor</artifactId>
<version>3.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-controller-plugins-script-editor/
implementation 'ch.exense.step:step-controller-plugins-script-editor:3.13.4'
// https://jarcasting.com/artifacts/ch.exense.step/step-controller-plugins-script-editor/
implementation ("ch.exense.step:step-controller-plugins-script-editor:3.13.4")
'ch.exense.step:step-controller-plugins-script-editor:jar:3.13.4'
<dependency org="ch.exense.step" name="step-controller-plugins-script-editor" rev="3.13.4">
<artifact name="step-controller-plugins-script-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-controller-plugins-script-editor', version='3.13.4')
)
libraryDependencies += "ch.exense.step" % "step-controller-plugins-script-editor" % "3.13.4"
[ch.exense.step/step-controller-plugins-script-editor "3.13.4"]