s

spel

A DSL/EL designed for json transforms, configurable business logic, and appropriate for stream processing
https://github.com/hoteljuliet/SPEL
The Apache License, Version 2.0
Dennis A. Colasurdo Jr.
Files download
File Operation
spel-0.0.3.jar download
spel-0.0.3.pom download
spel-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hoteljuliet.spel</groupId>
  <artifactId>spel</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.hoteljuliet.spel:spel:0.0.3'
Gradle Kotlin
implementation("io.github.hoteljuliet.spel:spel:0.0.3")
Scala SBT
libraryDependencies += "io.github.hoteljuliet.spel" % "spel" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hoteljuliet.spel', module='spel', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.hoteljuliet.spel" name="spel" rev="0.0.3" />
Leiningen
[io.github.hoteljuliet.spel/spel "0.0.3"]
Apache Buildr
'io.github.hoteljuliet.spel:spel:jar:0.0.3'