is not current version
Last Version 2.2

com.lmax:simple-dsl 2.1

Simple DSL - Utilities to write a simple DSL in Java

GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

simple-dsl
Version

Version

2.1
Type

Type

jar

Download simple-dsl 2.1


<!-- https://jarcasting.com/artifacts/com.lmax/simple-dsl/ -->
<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>simple-dsl</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmax/simple-dsl/
implementation 'com.lmax:simple-dsl:2.1'
// https://jarcasting.com/artifacts/com.lmax/simple-dsl/
implementation ("com.lmax:simple-dsl:2.1")
'com.lmax:simple-dsl:jar:2.1'
<dependency org="com.lmax" name="simple-dsl" rev="2.1">
  <artifact name="simple-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmax', module='simple-dsl', version='2.1')
)
libraryDependencies += "com.lmax" % "simple-dsl" % "2.1"
[com.lmax/simple-dsl "2.1"]