MVN

ru.simplex_software : zkutils

Maven & Gradle

Jul 11, 2022
0 stars

The zkutils Project · The zkutils Project

<dependency>
    <groupId>ru.simplex_software</groupId>
    <artifactId>zkutils</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.simplex_software : zkutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of ru.simplex_software : zkutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
zkutils-1.11
1.8
zkutils-1.8
1.6
zkutils-1.6
1.5
zkutils-1.5
1.3
zkutils-1.3

How to add a dependency to Maven

Add the following ru.simplex_software : zkutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.simplex_software</groupId>
    <artifactId>zkutils</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.simplex_software : zkutils gradle dependency to your build.gradle file:

implementation 'ru.simplex_software:zkutils:1.11'

Gradle Kotlin DSL: Add the following ru.simplex_software : zkutils gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.simplex_software:zkutils:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.simplex_software : zkutils sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.simplex_software" % "zkutils" % "1.11"