is not current version
Last Version 1.1.48

com.github.piacenti:dsl-maker-js 1.1.45

Kotlin multiplatform library to facilitate creation of DSLs with ANTLR or a simple built in parser

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.github.piacenti
ArtifactId

ArtifactId

dsl-maker-js
Version

Version

1.1.45
Type

Type

pom

Download dsl-maker-js 1.1.45


<!-- https://jarcasting.com/artifacts/com.github.piacenti/dsl-maker-js/ -->
<dependency>
    <groupId>com.github.piacenti</groupId>
    <artifactId>dsl-maker-js</artifactId>
    <version>1.1.45</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piacenti/dsl-maker-js/
implementation 'com.github.piacenti:dsl-maker-js:1.1.45'
// https://jarcasting.com/artifacts/com.github.piacenti/dsl-maker-js/
implementation ("com.github.piacenti:dsl-maker-js:1.1.45")
'com.github.piacenti:dsl-maker-js:pom:1.1.45'
<dependency org="com.github.piacenti" name="dsl-maker-js" rev="1.1.45">
  <artifact name="dsl-maker-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piacenti', module='dsl-maker-js', version='1.1.45')
)
libraryDependencies += "com.github.piacenti" % "dsl-maker-js" % "1.1.45"
[com.github.piacenti/dsl-maker-js "1.1.45"]