Easy DSL

Easy DSL library using Spring and Regex

License

License

GroupId

GroupId

com.github.keraton
ArtifactId

ArtifactId

easy-dsl
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Easy DSL
Easy DSL library using Spring and Regex
Project URL

Project URL

https://github.com/keraton/EasyDSL
Source Code Management

Source Code Management

https://github.com/keraton/EasyDSL.git

Download easy-dsl

Filename Size
easy-dsl-1.0.pom 3 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • easy-dsl-core
  • easy-dsl-client-example

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

Versions

Version
1.0