MVN

io.infinicast : infinicast-client

Maven & Gradle

Oct 28, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
infinicast-client-3.0.0
2.0.x
infinicast-client-2.0.5
infinicast-client-2.0.2
infinicast-client-2.0.1
infinicast-client-2.0.0
1.3.x
infinicast-client-1.3.3
infinicast-client-1.3.1
infinicast-client-1.3.0
1.2.x
infinicast-client-1.2.7
infinicast-client-1.2.6
infinicast-client-1.2.5
infinicast-client-1.2.4
infinicast-client-1.2.2
infinicast-client-1.2.1
infinicast-client-1.2.0
1.1.x
infinicast-client-1.1.1
infinicast-client-1.1.0
1.0.x
infinicast-client-1.0.17
infinicast-client-1.0.16-Java7
infinicast-client-1.0.16
infinicast-client-1.0.15

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.infinicast:infinicast-client:3.0.0'

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

implementation("io.infinicast:infinicast-client:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.infinicast" % "infinicast-client" % "3.0.0"