Simple-DSL
Utilities to write a simple DSL in Java.
See the wiki for details.
| GroupId | GroupIdcom.lewisd |
|---|---|
| ArtifactId | ArtifactIdsimple-dsl |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimple-dsl
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-dsl-0.2.pom | |
| simple-dsl-0.2.jar | 10 KB |
| simple-dsl-0.2-sources.jar | 7 KB |
| simple-dsl-0.2-javadoc.jar | 59 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |
| org.jmock : jmock | jar | 2.5.1 |
| org.jmock : jmock-junit4 | jar | 2.5.1 |
Utilities to write a simple DSL in Java.
See the wiki for details.