d

drools-framework-runtime-base

runtime-base project
Files download
File Operation
drools-framework-runtime-base-drools-framework-parent-1.5.3.jar download
drools-framework-runtime-base-drools-framework-parent-1.5.3.pom download
drools-framework-runtime-base-drools-framework-parent-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.chtijbug.drools</groupId>
  <artifactId>drools-framework-runtime-base</artifactId>
  <version>drools-framework-parent-1.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.chtijbug.drools:drools-framework-runtime-base:drools-framework-parent-1.5.3'
Gradle Kotlin
implementation("org.chtijbug.drools:drools-framework-runtime-base:drools-framework-parent-1.5.3")
Scala SBT
libraryDependencies += "org.chtijbug.drools" % "drools-framework-runtime-base" % "drools-framework-parent-1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.chtijbug.drools', module='drools-framework-runtime-base', version='drools-framework-parent-1.5.3')
)
Apache Ivy
<dependency org="org.chtijbug.drools" name="drools-framework-runtime-base" rev="drools-framework-parent-1.5.3" />
Leiningen
[org.chtijbug.drools/drools-framework-runtime-base "drools-framework-parent-1.5.3"]
Apache Buildr
'org.chtijbug.drools:drools-framework-runtime-base:jar:drools-framework-parent-1.5.3'