Last Version

Simple DSL 2.2

Simple DSL - Utilities to write a simple DSL in Java

License

License

GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

simple-dsl
Version

Version

2.2
Type

Type

jar
Description

Description

Simple DSL
Simple DSL - Utilities to write a simple DSL in Java
Project URL

Project URL

http://github.com/LMAX-Exchange/Simple-DSL

Download simple-dsl 2.2


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.