is not current version
Last Version 0.2.0

com.github.bentorfs:ai-algorithms 0.1.0

A collection of well-known AI and machine learning algorithms

GroupId

GroupId

com.github.bentorfs
ArtifactId

ArtifactId

ai-algorithms
Version

Version

0.1.0
Type

Type

jar

Download ai-algorithms 0.1.0


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