MVN

io.github.eisop : checker-util

Maven & Gradle

May 09, 2023
1 usages
13 stars

Checker Util · checker-util contains utility classes for programmers to use at run time.

<dependency>
    <groupId>io.github.eisop</groupId>
    <artifactId>checker-util</artifactId>
    <version>3.34.0-eisop1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.eisop : checker-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.34.0-eisop1

All Versions

Choose a version of io.github.eisop : checker-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.34.x
checker-util-3.34.0-eisop1
3.32.x
checker-util-3.32.0-eisop1
3.28.x
checker-util-3.28.0-eisop1
3.27.x
checker-util-3.27.0-eisop1
3.26.x
checker-util-3.26.0-eisop1
3.25.x
checker-util-3.25.0-eisop1
3.24.x
checker-util-3.24.0-eisop1
3.23.x
checker-util-3.23.0-eisop2
checker-util-3.23.0-eisop1
3.22.x
checker-util-3.22.1-eisop1
checker-util-3.22.0-eisop1
3.21.x
checker-util-3.21.4-eisop1
checker-util-3.21.3-eisop1
checker-util-3.21.2-eisop1

How to add a dependency to Maven

Add the following io.github.eisop : checker-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.eisop</groupId>
    <artifactId>checker-util</artifactId>
    <version>3.34.0-eisop1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.eisop : checker-util gradle dependency to your build.gradle file:

implementation 'io.github.eisop:checker-util:3.34.0-eisop1'

Gradle Kotlin DSL: Add the following io.github.eisop : checker-util gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.eisop:checker-util:3.34.0-eisop1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.eisop : checker-util sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.eisop" % "checker-util" % "3.34.0-eisop1"

Advertisement