concordion-setvar-extension
A concordion extension which allows creation of complex data structures in the spec and set it to variables before execute
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.chiknrice |
| Идентификатор | Идентификаторconcordion-setvar-extension |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеconcordion-setvar-extension
A concordion extension to allow setting of variables in different ways including a map using table rows
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.chiknrice/concordion-setvar-extension/ -->
<dependency>
<groupId>org.chiknrice</groupId>
<artifactId>concordion-setvar-extension</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.chiknrice/concordion-setvar-extension/
implementation 'org.chiknrice:concordion-setvar-extension:1.1.4'
// https://jarcasting.com/artifacts/org.chiknrice/concordion-setvar-extension/
implementation ("org.chiknrice:concordion-setvar-extension:1.1.4")
'org.chiknrice:concordion-setvar-extension:jar:1.1.4'
<dependency org="org.chiknrice" name="concordion-setvar-extension" rev="1.1.4">
<artifact name="concordion-setvar-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chiknrice', module='concordion-setvar-extension', version='1.1.4')
)
libraryDependencies += "org.chiknrice" % "concordion-setvar-extension" % "1.1.4"
[org.chiknrice/concordion-setvar-extension "1.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |
| org.concordion : concordion | jar | 1.5.1 |
A concordion extension which allows creation of complex data structures in the spec and set it to variables before execute