MVN

com.nexosis : nexosisclient-java

Maven & Gradle

Apr 21, 2018
1 stars

Nexosis Client API Library · This java client library allows you to quickly and easily communicate with the Nexosis API to add Machine Learning to your applications.

<dependency>
    <groupId>com.nexosis</groupId>
    <artifactId>nexosisclient-java</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nexosis : nexosisclient-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.nexosis : nexosisclient-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
nexosisclient-java-4.0.1
nexosisclient-java-4.0.0
3.1.x
nexosisclient-java-3.1.0
2.0
nexosisclient-java-2.0
1.3
nexosisclient-java-1.3
1.2.x
nexosisclient-java-1.2.1
nexosisclient-java-1.2.0
1.1.x
nexosisclient-java-1.1.2
nexosisclient-java-1.1.1
nexosisclient-java-1.1.0
1.0.x
nexosisclient-java-1.0.2
nexosisclient-java-1.0.1

How to add a dependency to Maven

Add the following com.nexosis : nexosisclient-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nexosis</groupId>
    <artifactId>nexosisclient-java</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nexosis : nexosisclient-java gradle dependency to your build.gradle file:

implementation 'com.nexosis:nexosisclient-java:4.0.1'

Gradle Kotlin DSL: Add the following com.nexosis : nexosisclient-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nexosis:nexosisclient-java:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nexosis : nexosisclient-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nexosis" % "nexosisclient-java" % "4.0.1"

Advertisement