Download dsl-clc-1.9.4.jar file - Jar d

Jar examples for d:dsl-clc

Description

Command line client for interaction with DSL Platform compiler (https://dsl-platform.com)

You can download jar file dsl-clc 1.9.4 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add dsl-clc-1.9.4.jar to your project.

<dependency>
   <groupId>com.dslplatform</groupId>
   <artifactId>dsl-clc</artifactId>
   <version>1.9.4</version>
</dependency>
compile group: 'com.dslplatform', name: 'dsl-clc', version: '1.9.4'
libraryDependencies += "com.dslplatform" % "dsl-clc" % "1.9.4"
<dependency org="com.dslplatform" name="dsl-clc" rev="1.9.4"/>
@Grapes(@Grab(group='com.dslplatform', module='dsl-clc', version='1.9.4'))
'com.dslplatform:dsl-clc:jar:1.9.4'

Download

Click the following link to download the jar file.

dsl-clc-1.9.4-jar-with-dependencies.jar
dsl-clc-1.9.4-javadoc.jar
dsl-clc-1.9.4-sources.jar
dsl-clc-1.9.4.jar
dsl-clc-1.9.4.pom



Related Tutorials