MVN

io.sarl.lang : io.sarl.lang

Maven & Gradle

May 27, 2021
3 usages
120 stars

SARL Compiler Definition

<dependency>
    <groupId>io.sarl.lang</groupId>
    <artifactId>io.sarl.lang</artifactId>
    <version>0.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sarl.lang : io.sarl.lang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.0

All Versions

Choose a version of io.sarl.lang : io.sarl.lang to add to Maven or Gradle - All Versions:

  • Version Updated
  • io.sarl.lang-0.12.0

    May 27, 2021
  • io.sarl.lang-0.11.0

    May 31, 2020
  • io.sarl.lang-0.10.1

    May 28, 2020
  • io.sarl.lang-0.10.0

    Oct 26, 2019
  • io.sarl.lang-0.9.0

    Apr 15, 2019
  • io.sarl.lang-0.8.6

    Nov 28, 2018
  • io.sarl.lang-0.8.5

    Nov 06, 2018
  • io.sarl.lang-0.8.4

    Oct 09, 2018
  • io.sarl.lang-0.8.3

    Oct 03, 2018
  • io.sarl.lang-0.8.2

    Oct 01, 2018
  • io.sarl.lang-0.8.0

    Sep 24, 2018
  • io.sarl.lang-0.7.2

    Apr 03, 2018
  • io.sarl.lang-0.7.1

    Mar 13, 2018
  • io.sarl.lang-0.7.0

    Feb 22, 2018
  • io.sarl.lang-0.6.1

    Oct 20, 2017
  • io.sarl.lang-0.6.0

    Sep 14, 2017
  • io.sarl.lang-0.5.8

    Aug 28, 2017
  • io.sarl.lang-0.5.7

    Aug 15, 2017
  • io.sarl.lang-0.5.6

    May 08, 2017
  • io.sarl.lang-0.5.5

    Apr 24, 2017
  • io.sarl.lang-0.5.4

    Apr 03, 2017
  • io.sarl.lang-0.5.3

    Mar 31, 2017
  • io.sarl.lang-0.5.2

    Mar 28, 2017
  • io.sarl.lang-0.5.1

    Mar 24, 2017
  • io.sarl.lang-0.5.0

    Mar 18, 2017
  • io.sarl.lang-0.4.3

    Nov 10, 2016
  • io.sarl.lang-0.4.2

    Oct 28, 2016
  • io.sarl.lang-0.4.1

    Sep 16, 2016
  • io.sarl.lang-0.4.0

    Sep 14, 2016
  • io.sarl.lang-0.3.1

    Jan 23, 2016
  • io.sarl.lang-0.2.0

    Apr 08, 2015
  • io.sarl.lang-0.1.0

    Oct 16, 2014

How to add a dependency to Maven

Add the following io.sarl.lang : io.sarl.lang maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sarl.lang</groupId>
    <artifactId>io.sarl.lang</artifactId>
    <version>0.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sarl.lang : io.sarl.lang gradle dependency to your build.gradle file:

implementation 'io.sarl.lang:io.sarl.lang:0.12.0'

Gradle Kotlin DSL: Add the following io.sarl.lang : io.sarl.lang gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sarl.lang:io.sarl.lang:0.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sarl.lang : io.sarl.lang sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sarl.lang" % "io.sarl.lang" % "0.12.0"