License |
License |
---|---|
GroupId | GroupIdcom.github.febo |
ArtifactId | ArtifactIdmyra |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMYRA
MYRA is a collection of Ant Colony Optimization (ACO) algorithms for the data mining classification and regression tasks.
|
Project URL |
Project URL |
Filename | Size |
---|---|
myra-5.0.pom | |
myra-5.0.jar | 230 KB |
myra-5.0-sources.jar | 176 KB |
myra-5.0-javadoc.jar | 751 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.febo/myra/ -->
<dependency>
<groupId>com.github.febo</groupId>
<artifactId>myra</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation 'com.github.febo:myra:5.0'
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation ("com.github.febo:myra:5.0")
'com.github.febo:myra:jar:5.0'
<dependency org="com.github.febo" name="myra" rev="5.0">
<artifact name="myra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.febo', module='myra', version='5.0')
)
libraryDependencies += "com.github.febo" % "myra" % "5.0"
[com.github.febo/myra "5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |