is not current version
Last Version 5.0

com.github.febo:myra 4.0

MYRA is a collection of Ant Colony Optimization (ACO) algorithms for the data mining classification task.

GroupId

GroupId

com.github.febo
ArtifactId

ArtifactId

myra
Version

Version

4.0
Type

Type

jar

Download myra 4.0


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