k

kolasu-emf

Framework to work with AST and building languages. Integrated with ANTLR.
https://github.com/Strumenta/kolasu
Apache Licenve V2.0
Federico Tomassetti Alessio Stalla Lorenzo Addazi
Files download
File Operation
kolasu-emf-1.5.54.jar download
kolasu-emf-1.5.54.pom download
kolasu-emf-1.5.54-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strumenta.kolasu</groupId>
  <artifactId>kolasu-emf</artifactId>
  <version>1.5.54</version>
</dependency>
Gradle Groovy
implementation 'com.strumenta.kolasu:kolasu-emf:1.5.54'
Gradle Kotlin
implementation("com.strumenta.kolasu:kolasu-emf:1.5.54")
Scala SBT
libraryDependencies += "com.strumenta.kolasu" % "kolasu-emf" % "1.5.54"
Groovy Grape
@Grapes(
  @Grab(group='com.strumenta.kolasu', module='kolasu-emf', version='1.5.54')
)
Apache Ivy
<dependency org="com.strumenta.kolasu" name="kolasu-emf" rev="1.5.54" />
Leiningen
[com.strumenta.kolasu/kolasu-emf "1.5.54"]
Apache Buildr
'com.strumenta.kolasu:kolasu-emf:jar:1.5.54'