is not current version
Last Version 1.0.12

nz.ac.waikato.cms.weka:kfGroovy 1.0.5

Knowledge Flow plugin that provides a Knowledge Flow step that wraps around a Groovy script. The plugin generates a fully compilable template Groovy script that implements various Knowledge Flow interfaces. The user can fill in the methods that are necessary to accomplish the desired logic. The script is compiled at runtime and the Groovy component passes incoming events to the script and collects and passes on generated events.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

kfGroovy
Version

Version

1.0.5
Type

Type

jar

Download kfGroovy 1.0.5


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>kfGroovy</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/
implementation 'nz.ac.waikato.cms.weka:kfGroovy:1.0.5'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/
implementation ("nz.ac.waikato.cms.weka:kfGroovy:1.0.5")
'nz.ac.waikato.cms.weka:kfGroovy:jar:1.0.5'
<dependency org="nz.ac.waikato.cms.weka" name="kfGroovy" rev="1.0.5">
  <artifact name="kfGroovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='kfGroovy', version='1.0.5')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "kfGroovy" % "1.0.5"
[nz.ac.waikato.cms.weka/kfGroovy "1.0.5"]