Easy DSL
Create your DSL with Regex and Spring. This library is inspired by Cucumber in java.
Go to the test section to see how it works
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.keraton |
| Идентификатор | Идентификаторeasy-dsl-client-example |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEasy DSL library using Spring and Regex
|
| Имя Файла | Размер |
|---|---|
| easy-dsl-client-example-1.0.pom | |
| easy-dsl-client-example-1.0.jar | 5 KB |
| easy-dsl-client-example-1.0-sources.jar | 2 KB |
| easy-dsl-client-example-1.0-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-client-example/ -->
<dependency>
<groupId>com.github.keraton</groupId>
<artifactId>easy-dsl-client-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-client-example/
implementation 'com.github.keraton:easy-dsl-client-example:1.0'
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-client-example/
implementation ("com.github.keraton:easy-dsl-client-example:1.0")
'com.github.keraton:easy-dsl-client-example:jar:1.0'
<dependency org="com.github.keraton" name="easy-dsl-client-example" rev="1.0">
<artifact name="easy-dsl-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.keraton', module='easy-dsl-client-example', version='1.0')
)
libraryDependencies += "com.github.keraton" % "easy-dsl-client-example" % "1.0"
[com.github.keraton/easy-dsl-client-example "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.keraton : easy-dsl-core | jar | 1.0 |
Create your DSL with Regex and Spring. This library is inspired by Cucumber in java.
Go to the test section to see how it works