i

ingened

Meta-language editor built over INGENME. It is the most basic editor to be used in the rest of projects
http://ingenme.sf.net
The GPL V3
Jorge Gomez-Sanz
Files download
File Operation
ingened-1.0.1.jar download
ingened-1.0.1.pom download
ingened-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ingenme</groupId>
  <artifactId>ingened</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ingenme:ingened:1.0.1'
Gradle Kotlin
implementation("net.sf.ingenme:ingened:1.0.1")
Scala SBT
libraryDependencies += "net.sf.ingenme" % "ingened" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ingenme', module='ingened', version='1.0.1')
)
Apache Ivy
<dependency org="net.sf.ingenme" name="ingened" rev="1.0.1" />
Leiningen
[net.sf.ingenme/ingened "1.0.1"]
Apache Buildr
'net.sf.ingenme:ingened:jar:1.0.1'