y

yconf-juel

Unified Expression Language (EL) support for YConf using the JUEL library
https://github.com/obsidiandynamics/yconf
BSD 3-Clause License
Emil Koutanov
Files download
File Operation
yconf-juel-0.23.0.jar download
yconf-juel-0.23.0.pom download
yconf-juel-0.23.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.obsidiandynamics.yconf</groupId>
  <artifactId>yconf-juel</artifactId>
  <version>0.23.0</version>
</dependency>
Gradle Groovy
implementation 'com.obsidiandynamics.yconf:yconf-juel:0.23.0'
Gradle Kotlin
implementation("com.obsidiandynamics.yconf:yconf-juel:0.23.0")
Scala SBT
libraryDependencies += "com.obsidiandynamics.yconf" % "yconf-juel" % "0.23.0"
Groovy Grape
@Grapes(
  @Grab(group='com.obsidiandynamics.yconf', module='yconf-juel', version='0.23.0')
)
Apache Ivy
<dependency org="com.obsidiandynamics.yconf" name="yconf-juel" rev="0.23.0" />
Leiningen
[com.obsidiandynamics.yconf/yconf-juel "0.23.0"]
Apache Buildr
'com.obsidiandynamics.yconf:yconf-juel:jar:0.23.0'