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
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.keraton |
| ArtifactId | ArtifactIdeasy-dsl |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionEasy DSL
Easy DSL library using Spring and Regex
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easy-dsl-1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.keraton/easy-dsl/ -->
<dependency>
<groupId>com.github.keraton</groupId>
<artifactId>easy-dsl</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl/
implementation 'com.github.keraton:easy-dsl:1.0'
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl/
implementation ("com.github.keraton:easy-dsl:1.0")
'com.github.keraton:easy-dsl:pom:1.0'
<dependency org="com.github.keraton" name="easy-dsl" rev="1.0">
<artifact name="easy-dsl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.keraton', module='easy-dsl', version='1.0')
)
libraryDependencies += "com.github.keraton" % "easy-dsl" % "1.0"
[com.github.keraton/easy-dsl "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