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.41.jar download
kolasu-emf-1.5.41.pom download
kolasu-emf-1.5.41-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strumenta.kolasu</groupId>
  <artifactId>kolasu-emf</artifactId>
  <version>1.5.41</version>
</dependency>
Gradle Groovy
implementation 'com.strumenta.kolasu:kolasu-emf:1.5.41'
Gradle Kotlin
implementation("com.strumenta.kolasu:kolasu-emf:1.5.41")
Scala SBT
libraryDependencies += "com.strumenta.kolasu" % "kolasu-emf" % "1.5.41"
Groovy Grape
@Grapes(
  @Grab(group='com.strumenta.kolasu', module='kolasu-emf', version='1.5.41')
)
Apache Ivy
<dependency org="com.strumenta.kolasu" name="kolasu-emf" rev="1.5.41" />
Leiningen
[com.strumenta.kolasu/kolasu-emf "1.5.41"]
Apache Buildr
'com.strumenta.kolasu:kolasu-emf:jar:1.5.41'