is not current version
Last Version 0.12.2

com.github.michael-rapp:rule-learning-core 0.5.2

A Java library that provides core elements for building rule-based classifiers

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

rule-learning-core
Version

Version

0.5.2
Type

Type

jar

Download rule-learning-core 0.5.2


<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/ -->
<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>rule-learning-core</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation 'com.github.michael-rapp:rule-learning-core:0.5.2'
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation ("com.github.michael-rapp:rule-learning-core:0.5.2")
'com.github.michael-rapp:rule-learning-core:jar:0.5.2'
<dependency org="com.github.michael-rapp" name="rule-learning-core" rev="0.5.2">
  <artifact name="rule-learning-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='rule-learning-core', version='0.5.2')
)
libraryDependencies += "com.github.michael-rapp" % "rule-learning-core" % "0.5.2"
[com.github.michael-rapp/rule-learning-core "0.5.2"]