MVN

com.tencent.angel : angel-math

Maven & Gradle

Aug 20, 2019
1 usages
5 stars

angel-math · a stand alone machine learning suite which can easy to integrate with angel ps

<dependency>
    <groupId>com.tencent.angel</groupId>
    <artifactId>angel-math</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.angel : angel-math to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.tencent.angel : angel-math to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
angel-math-0.1.1
angel-math-0.1.0

How to add a dependency to Maven

Add the following com.tencent.angel : angel-math maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.angel</groupId>
    <artifactId>angel-math</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.angel : angel-math gradle dependency to your build.gradle file:

implementation 'com.tencent.angel:angel-math:0.1.1'

Gradle Kotlin DSL: Add the following com.tencent.angel : angel-math gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.angel:angel-math:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.angel : angel-math sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.angel" % "angel-math" % "0.1.1"

Advertisement