MVN

io.jitstatic : jitstatic-client

Maven & Gradle

Nov 09, 2019
0 stars

JitStatic API Client · This is the API client for the JitStatic server

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

Latest Version

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

  • Latest Stable: 0.11.1

All Versions

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

Version Vulnerabilities Updated
0.11.x
jitstatic-client-0.11.1
jitstatic-client-0.11.0
0.10.x
jitstatic-client-0.10.2
jitstatic-client-0.10.1
jitstatic-client-0.10.0
0.9.x
jitstatic-client-0.9.0
0.8.x
jitstatic-client-0.8.2
jitstatic-client-0.8.1
jitstatic-client-0.8.0
0.7.x
jitstatic-client-0.7.1
jitstatic-client-0.7.0
0.6.x
jitstatic-client-0.6.0
0.5.x
jitstatic-client-0.5.0
0.4.x
jitstatic-client-0.4.0
0.3.x
jitstatic-client-0.3.1
jitstatic-client-0.3.0
0.2.x
jitstatic-client-0.2.2
jitstatic-client-0.2.1
jitstatic-client-0.2.0
0.1.x
jitstatic-client-0.1.2
jitstatic-client-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.jitstatic</groupId>
    <artifactId>jitstatic-client</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.jitstatic:jitstatic-client:0.11.1'

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

implementation("io.jitstatic:jitstatic-client:0.11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.jitstatic" % "jitstatic-client" % "0.11.1"

Advertisement