MVN

com.github.ivanovvlad9626 : CheckingLib

Maven & Gradle

Aug 21, 2021
0 stars

Checking Helper · This library for help checking response.

<dependency>
    <groupId>com.github.ivanovvlad9626</groupId>
    <artifactId>CheckingLib</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ivanovvlad9626 : CheckingLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of com.github.ivanovvlad9626 : CheckingLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
CheckingLib-2.8
2.7
CheckingLib-2.7
2.6
CheckingLib-2.6
2.5
CheckingLib-2.5
2.4
CheckingLib-2.4
2.3
CheckingLib-2.3
2.2
CheckingLib-2.2
2.1
CheckingLib-2.1
2.0
CheckingLib-2.0
1.9
CheckingLib-1.9
1.8
CheckingLib-1.8
1.7
CheckingLib-1.7
1.6
CheckingLib-1.6
1.5
CheckingLib-1.5
1.4
CheckingLib-1.4
1.3
CheckingLib-1.3
1.2
CheckingLib-1.2
1.1
CheckingLib-1.1
1.0
CheckingLib-1.0
0.9
CheckingLib-0.9
0.8
CheckingLib-0.8
0.7
CheckingLib-0.7
0.6
CheckingLib-0.6
0.5
CheckingLib-0.5
0.4
CheckingLib-0.4
0.3
CheckingLib-0.3
0.2
CheckingLib-0.2
0.1
CheckingLib-0.1

How to add a dependency to Maven

Add the following com.github.ivanovvlad9626 : CheckingLib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ivanovvlad9626</groupId>
    <artifactId>CheckingLib</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ivanovvlad9626 : CheckingLib gradle dependency to your build.gradle file:

implementation 'com.github.ivanovvlad9626:CheckingLib:2.8'

Gradle Kotlin DSL: Add the following com.github.ivanovvlad9626 : CheckingLib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ivanovvlad9626:CheckingLib:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ivanovvlad9626 : CheckingLib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ivanovvlad9626" % "CheckingLib" % "2.8"