j

jse4conf

A parser and interpreter library for JavaScript expressions embedded in a configuration file.
https://github.com/google/jse4conf
Apache License, Version 2.0
Chih-Hung Hsieh
Files download
File Operation
jse4conf-0.5.1.jar download
jse4conf-0.5.1.pom download
jse4conf-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.jse4conf</groupId>
  <artifactId>jse4conf</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.jse4conf:jse4conf:0.5.1'
Gradle Kotlin
implementation("com.google.jse4conf:jse4conf:0.5.1")
Scala SBT
libraryDependencies += "com.google.jse4conf" % "jse4conf" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.jse4conf', module='jse4conf', version='0.5.1')
)
Apache Ivy
<dependency org="com.google.jse4conf" name="jse4conf" rev="0.5.1" />
Leiningen
[com.google.jse4conf/jse4conf "0.5.1"]
Apache Buildr
'com.google.jse4conf:jse4conf:jar:0.5.1'