License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdkfGroovy |
Last Version | Last Version1.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionkfGroovy
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kfGroovy-1.0.12.pom | |
kfGroovy-1.0.12.jar | 29 KB |
kfGroovy-1.0.12-tests.jar | 3 KB |
kfGroovy-1.0.12-sources.jar | 16 KB |
kfGroovy-1.0.12-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>kfGroovy</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/
implementation 'nz.ac.waikato.cms.weka:kfGroovy:1.0.12'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/kfGroovy/
implementation ("nz.ac.waikato.cms.weka:kfGroovy:1.0.12")
'nz.ac.waikato.cms.weka:kfGroovy:jar:1.0.12'
<dependency org="nz.ac.waikato.cms.weka" name="kfGroovy" rev="1.0.12">
<artifact name="kfGroovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='kfGroovy', version='1.0.12')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "kfGroovy" % "1.0.12"
[nz.ac.waikato.cms.weka/kfGroovy "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.8.0,) |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.8.0,) |
junit : junit | jar | 3.8.2 |