simple-dsl

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.lewisd
ArtifactId

ArtifactId

simple-dsl
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

simple-dsl
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/lewisd32/Simple-DSL
Source Code Management

Source Code Management

https://github.com/lewisd32/Simple-DSL

Download simple-dsl

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.5
org.jmock : jmock jar 2.5.1
org.jmock : jmock-junit4 jar 2.5.1

Project Modules

There are no modules declared in this project.

Simple-DSL

Build Status

Utilities to write a simple DSL in Java.

See the wiki for details.

Versions

Version
0.2
0.1