MVN

com.dslplatform : dsl-clc

Maven & Gradle

Sep 03, 2022
2 usages

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

<dependency>
    <groupId>com.dslplatform</groupId>
    <artifactId>dsl-clc</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dslplatform : dsl-clc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.dslplatform : dsl-clc to add to Maven or Gradle - All Versions:

  • Version Updated
  • dsl-clc-2.0.0

    Sep 03, 2022
  • dsl-clc-1.9.10

    Jan 09, 2021
  • dsl-clc-1.9.9

    Apr 09, 2020
  • dsl-clc-1.9.8

    May 26, 2019
  • dsl-clc-1.9.7

    Feb 18, 2019
  • dsl-clc-1.9.6

    May 15, 2018
  • dsl-clc-1.9.5

    May 13, 2018
  • dsl-clc-1.9.4

    Mar 27, 2018
  • dsl-clc-1.9.3

    Feb 03, 2018
  • dsl-clc-1.9.2

    Jan 11, 2018
  • dsl-clc-1.9.1

    May 20, 2017
  • dsl-clc-1.9.0

    Apr 17, 2017
  • dsl-clc-1.8.7

    Apr 03, 2017
  • dsl-clc-1.8.6

    Jan 23, 2017
  • dsl-clc-1.8.5

    Jan 03, 2017
  • dsl-clc-1.8.4

    Dec 12, 2016
  • dsl-clc-1.8.3

    Nov 21, 2016
  • dsl-clc-1.8.2

    Oct 23, 2016
  • dsl-clc-1.8.1

    Oct 08, 2016
  • dsl-clc-1.8.0

    Sep 11, 2016
  • dsl-clc-1.7.2

    Jul 16, 2016
  • dsl-clc-1.7.1

    May 26, 2016
  • dsl-clc-1.7.0

    May 07, 2016
  • dsl-clc-1.6.3

    May 06, 2016
  • dsl-clc-1.6.2

    May 02, 2016
  • dsl-clc-1.6.1

    Apr 08, 2016
  • dsl-clc-1.6.0

    Feb 29, 2016
  • dsl-clc-1.5.0

    Nov 21, 2015

How to add a dependency to Maven

Add the following com.dslplatform : dsl-clc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dslplatform</groupId>
    <artifactId>dsl-clc</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dslplatform : dsl-clc gradle dependency to your build.gradle file:

implementation 'com.dslplatform:dsl-clc:2.0.0'

Gradle Kotlin DSL: Add the following com.dslplatform : dsl-clc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dslplatform:dsl-clc:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dslplatform : dsl-clc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dslplatform" % "dsl-clc" % "2.0.0"