v

vanilla

Using SpEL to do some complex validations
https://github.com/ro4/vanilla
Apache 2.0
Fan
Files download
File Operation
vanilla-0.9.1.jar download
vanilla-0.9.1.pom download
vanilla-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ro4</groupId>
  <artifactId>vanilla</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ro4:vanilla:0.9.1'
Gradle Kotlin
implementation("io.github.ro4:vanilla:0.9.1")
Scala SBT
libraryDependencies += "io.github.ro4" % "vanilla" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ro4', module='vanilla', version='0.9.1')
)
Apache Ivy
<dependency org="io.github.ro4" name="vanilla" rev="0.9.1" />
Leiningen
[io.github.ro4/vanilla "0.9.1"]
Apache Buildr
'io.github.ro4:vanilla:jar:0.9.1'