r

rule-engine

The REST-API for FinTrack
https://www.pledger.io/
MIT License
Gerben Jongerius
Files download
File Operation
rule-engine-3.2.0.jar download
rule-engine-3.2.0.pom download
rule-engine-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jongsoft.finance</groupId>
  <artifactId>rule-engine</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.jongsoft.finance:rule-engine:3.2.0'
Gradle Kotlin
implementation("com.jongsoft.finance:rule-engine:3.2.0")
Scala SBT
libraryDependencies += "com.jongsoft.finance" % "rule-engine" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jongsoft.finance', module='rule-engine', version='3.2.0')
)
Apache Ivy
<dependency org="com.jongsoft.finance" name="rule-engine" rev="3.2.0" />
Leiningen
[com.jongsoft.finance/rule-engine "3.2.0"]
Apache Buildr
'com.jongsoft.finance:rule-engine:jar:3.2.0'