l

language

XP-Language is a feature-rich, typed and compiled programming language, based on the popular PHP language and designed to syntactically support features of the XP Framework
https://github.com/xp-framework/xp-language
BSD
XP-Framework Team
XP-Framework Team
Files download
File Operation
language-5.8.2.pom download
Apache Maven
<dependency>
  <groupId>net.xp-framework</groupId>
  <artifactId>language</artifactId>
  <version>5.8.2</version>
  <type>xar</type>
</dependency>
Gradle Groovy
implementation 'net.xp-framework:language:5.8.2'
Gradle Kotlin
implementation("net.xp-framework:language:5.8.2")
Scala SBT
libraryDependencies += "net.xp-framework" % "language" % "5.8.2"
Groovy Grape
@Grapes(
  @Grab(group='net.xp-framework', module='language', version='5.8.2')
)
Apache Ivy
<dependency org="net.xp-framework" name="language" rev="5.8.2" />
Leiningen
[net.xp-framework/language "5.8.2"]
Apache Buildr
'net.xp-framework:language:jar:5.8.2'