MVN

com.datathings : greycat-ml

Maven & Gradle

Jul 24, 2017

greycat-ml

<dependency>
    <groupId>com.datathings</groupId>
    <artifactId>greycat-ml</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datathings : greycat-ml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of com.datathings : greycat-ml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10
greycat-ml-10
9
greycat-ml-9
8.4
greycat-ml-8.4
8.3
greycat-ml-8.3
8.2
greycat-ml-8.2
8.1
greycat-ml-8.1
8
greycat-ml-8
7
greycat-ml-7
6
greycat-ml-6
5
greycat-ml-5
4
greycat-ml-4
3
greycat-ml-3
2
greycat-ml-2
1
greycat-ml-1

How to add a dependency to Maven

Add the following com.datathings : greycat-ml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datathings</groupId>
    <artifactId>greycat-ml</artifactId>
    <version>10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datathings : greycat-ml gradle dependency to your build.gradle file:

implementation 'com.datathings:greycat-ml:10'

Gradle Kotlin DSL: Add the following com.datathings : greycat-ml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datathings:greycat-ml:10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datathings : greycat-ml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datathings" % "greycat-ml" % "10"