n

njexl.testing

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