MVN

io.infinicast : infinicast-client-jdk7

Maven & Gradle

Dec 06, 2018
0 stars

Infinicast SDK Java · Infinicast SDK to communicate with the cloud.

<dependency>
    <groupId>io.infinicast</groupId>
    <artifactId>infinicast-client-jdk7</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.infinicast : infinicast-client-jdk7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of io.infinicast : infinicast-client-jdk7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
infinicast-client-jdk7-1.4.3
infinicast-client-jdk7-1.4.2
1.3.x
infinicast-client-jdk7-1.3.4
infinicast-client-jdk7-1.3.3

How to add a dependency to Maven

Add the following io.infinicast : infinicast-client-jdk7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.infinicast</groupId>
    <artifactId>infinicast-client-jdk7</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.infinicast : infinicast-client-jdk7 gradle dependency to your build.gradle file:

implementation 'io.infinicast:infinicast-client-jdk7:1.4.3'

Gradle Kotlin DSL: Add the following io.infinicast : infinicast-client-jdk7 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.infinicast:infinicast-client-jdk7:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.infinicast : infinicast-client-jdk7 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.infinicast" % "infinicast-client-jdk7" % "1.4.3"