| Группа | Группаch.exense |
|---|---|
| Идентификатор | Идентификаторscript-editor-plugin |
| Последняя версия | Последняя версия3.6.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| script-editor-plugin-3.6.1.pom | |
| script-editor-plugin-3.6.1.jar | 7 MB |
| script-editor-plugin-3.6.1-sources.jar | 7 MB |
| script-editor-plugin-3.6.1-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.exense/script-editor-plugin/ -->
<dependency>
<groupId>ch.exense</groupId>
<artifactId>script-editor-plugin</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense/script-editor-plugin/
implementation 'ch.exense:script-editor-plugin:3.6.1'
// https://jarcasting.com/artifacts/ch.exense/script-editor-plugin/
implementation ("ch.exense:script-editor-plugin:3.6.1")
'ch.exense:script-editor-plugin:jar:3.6.1'
<dependency org="ch.exense" name="script-editor-plugin" rev="3.6.1">
<artifact name="script-editor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense', module='script-editor-plugin', version='3.6.1')
)
libraryDependencies += "ch.exense" % "script-editor-plugin" % "3.6.1"
[ch.exense/script-editor-plugin "3.6.1"]