MVN

com.strumenta.kolasu : kolasu-playground

Maven & Gradle

Aug 16, 2023
103 stars

kolasu-playground · Framework to work with AST and building languages. Integrated with ANTLR.

<dependency>
    <groupId>com.strumenta.kolasu</groupId>
    <artifactId>kolasu-playground</artifactId>
    <version>1.5.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.strumenta.kolasu : kolasu-playground to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.30
  • Latest Release Candidate: 1.5.0-RC6

All Versions

Choose a version of com.strumenta.kolasu : kolasu-playground to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.experimental.x
kolasu-playground-2.experimental.8
kolasu-playground-2.experimental.7
kolasu-playground-2.experimental.6
kolasu-playground-2.experimental.5
kolasu-playground-2.experimental.4
kolasu-playground-2.experimental.3
1.5.x
kolasu-playground-1.5.30
kolasu-playground-1.5.27
kolasu-playground-1.5.26
kolasu-playground-1.5.25
kolasu-playground-1.5.24
kolasu-playground-1.5.23
kolasu-playground-1.5.21
kolasu-playground-1.5.20
kolasu-playground-1.5.19
kolasu-playground-1.5.18
kolasu-playground-1.5.17
kolasu-playground-1.5.16
kolasu-playground-1.5.15
kolasu-playground-1.5.14
kolasu-playground-1.5.13
kolasu-playground-1.5.12
kolasu-playground-1.5.11
kolasu-playground-1.5.10
kolasu-playground-1.5.9
kolasu-playground-1.5.8
kolasu-playground-1.5.7
kolasu-playground-1.5.6
kolasu-playground-1.5.5
kolasu-playground-1.5.4
kolasu-playground-1.5.2
kolasu-playground-1.5.1
kolasu-playground-1.5.0
kolasu-playground-1.5.0-RC6
kolasu-playground-1.5.0-RC5
kolasu-playground-1.5.0-RC4
lionweb
kolasu-playground-lionweb-exp1

How to add a dependency to Maven

Add the following com.strumenta.kolasu : kolasu-playground maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.strumenta.kolasu</groupId>
    <artifactId>kolasu-playground</artifactId>
    <version>1.5.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.strumenta.kolasu : kolasu-playground gradle dependency to your build.gradle file:

implementation 'com.strumenta.kolasu:kolasu-playground:1.5.30'

Gradle Kotlin DSL: Add the following com.strumenta.kolasu : kolasu-playground gradle kotlin dependency to your build.gradle.kts file:

implementation("com.strumenta.kolasu:kolasu-playground:1.5.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.strumenta.kolasu : kolasu-playground sbt scala dependency to your build.sbt file:

libraryDependencies += "com.strumenta.kolasu" % "kolasu-playground" % "1.5.30"

Advertisement