| License |
License |
|---|---|
| GroupId | GroupIdcom.github.michael-rapp |
| ArtifactId | ArtifactIdrule-learning-core |
| Last Version | Last Version0.12.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRuleLearning.Core
A Java library that provides core elements for building rule-based classifiers
|
| Filename | Size |
|---|---|
| rule-learning-core-0.12.2.pom | |
| rule-learning-core-0.12.2.jar | 130 KB |
| rule-learning-core-0.12.2-sources.jar | 90 KB |
| rule-learning-core-0.12.2-javadoc.jar | 406 KB |
| Browse |
<!-- 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.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation 'com.github.michael-rapp:rule-learning-core:0.12.2'
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation ("com.github.michael-rapp:rule-learning-core:0.12.2")
'com.github.michael-rapp:rule-learning-core:jar:0.12.2'
<dependency org="com.github.michael-rapp" name="rule-learning-core" rev="0.12.2">
<artifact name="rule-learning-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='rule-learning-core', version='0.12.2')
)
libraryDependencies += "com.github.michael-rapp" % "rule-learning-core" % "0.12.2"
[com.github.michael-rapp/rule-learning-core "0.12.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.michael-rapp : java-util | jar | [2.2.0,2.3.0) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.0,5.0) |
| org.assertj : assertj-core | jar | [3.11.0,3.12.0) |
| org.mockito : mockito-core | jar | [2.8,2.9) |