License |
License |
---|---|
GroupId | GroupIdcom.github.febo |
ArtifactId | ArtifactIdmyra |
Version | Version4.5 |
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-4.5.pom | |
myra-4.5.jar | 272 KB |
myra-4.5-sources.jar | 216 KB |
myra-4.5-javadoc.jar | 995 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.febo/myra/ -->
<dependency>
<groupId>com.github.febo</groupId>
<artifactId>myra</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation 'com.github.febo:myra:4.5'
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation ("com.github.febo:myra:4.5")
'com.github.febo:myra:jar:4.5'
<dependency org="com.github.febo" name="myra" rev="4.5">
<artifact name="myra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.febo', module='myra', version='4.5')
)
libraryDependencies += "com.github.febo" % "myra" % "4.5"
[com.github.febo/myra "4.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |