n

njexl.lang

The Commons Jexl library is an implementation of the JSTL Expression Language with extensions. This was customized by Noga.
https://github.com/nmondal/njexl
The Apache License, Version 2.0
Nabarun Mondal
Files download
File Operation
njexl.lang-0.1.jar download
njexl.lang-0.1.pom download
njexl.lang-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nmondal</groupId>
  <artifactId>njexl.lang</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.nmondal:njexl.lang:0.1'
Gradle Kotlin
implementation("com.github.nmondal:njexl.lang:0.1")
Scala SBT
libraryDependencies += "com.github.nmondal" % "njexl.lang" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nmondal', module='njexl.lang', version='0.1')
)
Apache Ivy
<dependency org="com.github.nmondal" name="njexl.lang" rev="0.1" />
Leiningen
[com.github.nmondal/njexl.lang "0.1"]
Apache Buildr
'com.github.nmondal:njexl.lang:jar:0.1'